mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-09 20:57:21 +08:00
refactor: CommonController 迁移至 system 模块、OnlineUserController 迁移至 system/auth 模块
This commit is contained in:
@@ -34,6 +34,6 @@ public class TenantConfiguration {
|
||||
*/
|
||||
@Bean
|
||||
public GroupedOpenApi tenantApi() {
|
||||
return GroupedOpenApi.builder().group("tenant").displayName("租户").pathsToMatch("/tenant/**").build();
|
||||
return GroupedOpenApi.builder().group("tenant").displayName("租户管理").pathsToMatch("/tenant/**").build();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user