Commit 1a26cbfa authored by 陈祥烨's avatar 陈祥烨

.

parent 25ae563e
......@@ -20,7 +20,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType;
@RestController
@Api(tags = "接口管理Api")
@RequestMapping(value = "/demo/api-info")
public class ApiInfoController{
public class ApiInfoResource {
@Autowired
ApiInfoService apiInfoService;
......
......@@ -21,7 +21,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType;
@RestController
@Api(tags = "接口来源管理Api")
@RequestMapping(value = "/demo/api_source")
public class ApiSourceController {
public class ApiSourceResource {
@Autowired
ApiSourceService apiSourceService;
......
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