feat: upload route
This commit is contained in:
parent
f2e666874d
commit
aad953f0b5
5 changed files with 79 additions and 15 deletions
|
@ -8,5 +8,5 @@ import (
|
|||
func Register(cfg *types.StereoConfig) {
|
||||
api := cfg.Router.Group("/api")
|
||||
|
||||
routes.RegisterPingRoutes(api)
|
||||
routes.RegisterUploadRoutes(cfg, api)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue