This commit is contained in:
grngxd 2025-06-07 23:48:05 +01:00
parent 93aec1336d
commit e16a4eae26
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)
}