server/src/main/java/com/doumee/api/web/WebCategoryController.java
@@ -87,4 +87,12 @@ return ApiResponse.failed(ResponseStatus.SERVER_ERROR); } } // @GetMapping("/dealjson") // @ApiOperation("dealjson") // public ApiResponse dealjson(){ // categoryService.dealjson(); // return ApiResponse.success(null); // } }