fix 修复 提交错误

Signed-off-by: 疯狂的狮子Li <15040126243@163.com>
2.X
疯狂的狮子Li 2023-08-09 10:33:41 +00:00 committed by Gitee
parent 2e9b19df10
commit 185cdab7b7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ import java.util.List;
@Validated
@RequiredArgsConstructor
@RestController
@RequestMapping("/system/user")
@RequestMapping("/user")
public class SysUserController extends BaseController {
private final ISysUserService userService;