feat: 分组相关接口完善

This commit is contained in:
tbphp
2025-07-05 09:51:06 +08:00
parent 92e4a53659
commit f7bdef6bca
4 changed files with 229 additions and 38 deletions

View File

@@ -96,7 +96,7 @@ func main() {
defer proxyServer.Close()
// Create handlers
serverHandler := handler.NewServer(database, configManager, keyValidatorService, keyManualValidationService, taskService, keyService)
serverHandler := handler.NewServer(database, configManager, settingsManager, keyValidatorService, keyManualValidationService, taskService, keyService)
logCleanupHandler := handler.NewLogCleanupHandler(logCleanupService)
// Setup routes using the new router package