Skip to content

Commit

Permalink
feat: using subdomain so no need to put everything under /roundest
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Nov 27, 2024
1 parent 5c132d3 commit 2ea44bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ func newApp(settings settings.Settings) *fiber.App {
panic("internal/server: failed to create store: " + err.Error())
}

roundest := app.Group("/roundest")
handlers.NewService(store).Routes(roundest)
handlers.NewService(store).Routes(app)

return app
}
Expand Down

0 comments on commit 2ea44bc

Please sign in to comment.