uploading #1

Merged
grng merged 3 commits from uploading into dev 2025-05-05 13:59:12 +00:00
Showing only changes of commit 3cb5682f62 - Show all commits

View file

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