mirror of
https://github.com/wisplite/raster.git
synced 2026-05-01 06:32:44 -05:00
add file upload logic (it's kinda broken rn)
This commit is contained in:
@@ -6,4 +6,5 @@ func RegisterRoutes(r *gin.Engine) {
|
||||
rg := r.Group("/api")
|
||||
RegisterAlbumRoutes(rg)
|
||||
RegisterUserRoutes(rg)
|
||||
RegisterMediaRoutes(rg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user