diff --git a/routes.go b/routes.go index 9fb93238..e3ad47df 100644 --- a/routes.go +++ b/routes.go @@ -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)))