Commit aae800439d96bdd84965e12015d0c367f6f3fa8e
1 parent
cef23c60a4
Exists in
master
and in
8 other branches
修改
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/UsersController.java
View file @
aae8004
... | ... | @@ -356,7 +356,7 @@ |
356 | 356 | /** |
357 | 357 | * 添加管理员信息 |
358 | 358 | */ |
359 | - @RequestMapping(value = "/admin", method = RequestMethod.POST) | |
359 | + @RequestMapping(value = "/admins", method = RequestMethod.POST) | |
360 | 360 | @TokenRequired |
361 | 361 | public void addAdmin(HttpServletResponse response, |
362 | 362 | HttpServletRequest request, |