Skip to content

Commit

Permalink
Fix up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thracky committed Feb 17, 2020
1 parent 5243705 commit 2dd4c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions router.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func Router(
kissMyRankHandler *KissMyRankHandler,
) http.Handler {
r := chi.NewRouter()

compressor := middleware.Compress(5)
r.Use(middleware.RequestID)
r.Use(middleware.RealIP)
Expand Down

0 comments on commit 2dd4c50

Please sign in to comment.