Skip to content

Commit

Permalink
chore: merge pull request #203 from spacebin-org/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewhrit authored Dec 28, 2020
2 parents 4230c5b + 791e941 commit 1a689c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type Response struct {

// Register loads all document-related endpoints
func Register(app *fiber.App) {
api := app.Group("/api/v1/documents")
api := app.Group("/v1/documents")

registerCreate(api)
registerRead(api)
Expand Down

0 comments on commit 1a689c6

Please sign in to comment.