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:
@@ -44,12 +44,7 @@ public class GlobalSpringDocConfiguration {
|
||||
return GroupedOpenApi.builder()
|
||||
.group("common")
|
||||
.displayName("通用接口")
|
||||
.pathsToMatch("/common/**", "/captcha/**", "/dashboard/**")
|
||||
.pathsToMatch("/captcha/**", "/dashboard/**")
|
||||
.build();
|
||||
}
|
||||
|
||||
@Bean
|
||||
public GroupedOpenApi monitorApi() {
|
||||
return GroupedOpenApi.builder().group("monitor").displayName("系统监控").pathsToMatch("/monitor/**").build();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user