Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Update AdminApiController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoangod authored Nov 13, 2018
1 parent b85a5b9 commit e0908a8
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,6 @@ public RestResponse<?> updatePage(@BodyParam Contents contents) {
return RestResponse.ok(cid);
}

/*
@GetRoute("categories")
public RestResponse categories() {
List<Metas> categories = metasService.getMetas(Types.CATEGORY);
return RestResponse.ok(categories);
}
*/

@SysLog("保存分类")
@PostRoute("category/save")
public RestResponse<?> saveCategory(@BodyParam MetaParam metaParam) {
Expand Down

0 comments on commit e0908a8

Please sign in to comment.