Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
api/v2: fix api cal path for user uplaods
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Trottier committed Jan 14, 2020
1 parent 45c41bd commit 72d2438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v2/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -638,10 +638,10 @@ func (api *API) setupRoutes(debug bool) error {
{
get.GET("/model", api.getOrganization)
get.GET("/billing/report", api.getOrgBillingReport)
get.POST("/user/uploads", api.getOrgUserUploads)
}
org.POST("/new", api.newOrganization)
org.POST("/register/user", api.registerOrgUser)
org.POST("/user/uploads", api.getOrgUserUploads)
}

// ens routes
Expand Down

0 comments on commit 72d2438

Please sign in to comment.