This commit is contained in:
grngxd 2025-06-07 23:48:05 +01:00 committed by hex
parent f2f1c28c71
commit c4f7f79cfd
3 changed files with 16 additions and 3 deletions

View file

@ -7,6 +7,6 @@ import (
func Register(cfg *types.StereoConfig) {
api := cfg.Router.Group("/api")
routes.RegisterUploadRoutes(cfg, api)
routes.RegisterFileRoutes(cfg, api)
routes.RegisterAuthRoutes(cfg, api)
}