remove dead proxy service and sora storage action
Some checks failed
CI / test (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Security Scan / backend-security (push) Has been cancelled
Security Scan / frontend-security (push) Has been cancelled

This commit is contained in:
2026-04-20 23:05:30 +08:00
parent 4a105650c8
commit 7bf0ed8681
9 changed files with 31 additions and 337 deletions

View File

@@ -99,7 +99,6 @@ func registerSoraRoutes(admin *gin.RouterGroup, h *handler.Handlers) {
sora.GET("/stats", h.Admin.Sora.GetSystemStats)
sora.GET("/users", h.Admin.Sora.ListUserStats)
sora.GET("/generations", h.Admin.Sora.ListGenerations)
sora.DELETE("/users/:id/storage", h.Admin.Sora.ClearUserStorage)
}
}