Skip to content

Commit

Permalink
Use debugging middleware (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Aug 29, 2024
1 parent a462720 commit 0a137c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ func makeStandardRoutes(factory *server.Factory, e *echo.Echo) {
e.Pre(middleware.RemoveTrailingSlash())

// Middleware for standard pages
e.Use(mw.Debug())
e.Use(mw.Domain(factory))
e.Use(steranko.Middleware(factory))
e.Use(middleware.CORS())
Expand Down

0 comments on commit 0a137c5

Please sign in to comment.