feat: get storage by id api
This commit is contained in:
@ -39,6 +39,7 @@ func Init(r *gin.Engine) {
|
||||
|
||||
storage := admin.Group("/storage")
|
||||
storage.GET("/list", handles.ListStorages)
|
||||
storage.GET("/get", handles.GetStorage)
|
||||
storage.POST("/create", handles.CreateStorage)
|
||||
storage.POST("/update", handles.UpdateStorage)
|
||||
storage.POST("/delete", handles.DeleteStorage)
|
||||
|
Reference in New Issue
Block a user