Skip to content

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 f05ed3b commit b85a5b9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,13 @@ 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")
Expand Down

0 comments on commit b85a5b9

Please sign in to comment.