Commit fbeb5828 by zhangkb

修改基础项目录接口

parent 1a4f68d5
...@@ -23,7 +23,6 @@ import io.swagger.annotations.ApiOperation; ...@@ -23,7 +23,6 @@ import io.swagger.annotations.ApiOperation;
@Api(tags={"规则管理-指标目录定义接口"}) @Api(tags={"规则管理-指标目录定义接口"})
@RestController @RestController
@ResponseStatus(value = HttpStatus.INTERNAL_SERVER_ERROR)
@RequestMapping(value = "/indCatalog") @RequestMapping(value = "/indCatalog")
public class IndCatalogCtrl { public class IndCatalogCtrl {
@Autowired @Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment