You've already forked reloading-manager
A full commitment's what I'm thinking of
This commit is contained in:
@@ -99,7 +99,10 @@ func main() {
|
||||
// loads
|
||||
e.GET("/load", loads.Get)
|
||||
e.GET("/load/:id", loads.Get)
|
||||
e.GET("/load/:id/photo", loads.Photo)
|
||||
e.POST("/load", loads.Post)
|
||||
e.POST("/load/:id", loads.Post)
|
||||
e.DELETE("/load/:id", loads.Delete)
|
||||
|
||||
addr := fmt.Sprintf("0.0.0.0:%s", Port.GetEnvString("8080"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user