feat:(REQ-2227) 增加api前缀
This commit is contained in:
parent
bc4736d494
commit
793f34c67b
@ -70,6 +70,6 @@ public interface SaasRoleGroupApi {
|
||||
* @param request
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("/role/group/offset/update")
|
||||
@PostMapping("/api/role/group/offset/update")
|
||||
ApiResult<Void> updateRoleGroupOffset(@Valid @RequestBody UpdateRoleGroupOffsetReq request);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user