Skip to content

Commit

Permalink
removed logger (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvovk authored May 28, 2024
1 parent 3d1c008 commit c580939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/main_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func NewHandler(services APIServices) http.Handler {
}

r := chi.NewRouter()
r.Use(middleware.Logger)
//r.Use(middleware.Logger)
r.Use(middleware.Recoverer)
r.Use(middleware.RouteHeaders().
Route("Origin", "*", cors.Handler(cors.Options{
Expand Down

0 comments on commit c580939

Please sign in to comment.