feat: upload route

This commit is contained in:
grngxd 2025-05-05 14:43:21 +01:00
parent f2e666874d
commit aad953f0b5
5 changed files with 79 additions and 15 deletions

View file

@ -8,5 +8,5 @@ import (
func Register(cfg *types.StereoConfig) {
api := cfg.Router.Group("/api")
routes.RegisterPingRoutes(api)
routes.RegisterUploadRoutes(cfg, api)
}