Skip to content

Commit

Permalink
fixing gofmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maurafortino committed Jan 16, 2024
1 parent 132c6c5 commit 00f124f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func provideCoreOption(server string, in RoutesIn) arrangehttp.Option[http.Serve
}

mux := chi.NewMux()

// TODO: should probably customize things a bit
mux.Use(recovery.Middleware(recovery.WithStatusCode(555)))

Expand Down

0 comments on commit 00f124f

Please sign in to comment.