Commit 0bfe4851 by chenweisong

更新

parent 9b7fee53
...@@ -23,7 +23,6 @@ import java.util.Map; ...@@ -23,7 +23,6 @@ import java.util.Map;
@Api(tags = "模板 控制器", description = "Excel Info") @Api(tags = "模板 控制器", description = "Excel Info")
@RestController @RestController
@RequestMapping(path = "/api")
public class ExcelController { public class ExcelController {
@Autowired @Autowired
......
...@@ -30,7 +30,6 @@ import static com.keymobile.rest.controller.constant.TaskConstant.*; ...@@ -30,7 +30,6 @@ import static com.keymobile.rest.controller.constant.TaskConstant.*;
@Api(tags = "活动 控制器", description = "Task Info") @Api(tags = "活动 控制器", description = "Task Info")
@RestController @RestController
@RequestMapping(path = "/api")
public class TaskController { public class TaskController {
/** /**
......
...@@ -14,7 +14,6 @@ import java.util.*; ...@@ -14,7 +14,6 @@ import java.util.*;
@Api(description = "User Info", tags = "用户/用户组/机构 控制器") @Api(description = "User Info", tags = "用户/用户组/机构 控制器")
@RestController @RestController
@RequestMapping(path = "/api")
public class UserController { public class UserController {
@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