Skip to content

Commit

Permalink
remove middleware logger
Browse files Browse the repository at this point in the history
  • Loading branch information
ili16 committed Jan 4, 2024
1 parent 54b68b8 commit 8ab208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func main() {

// router.GET("/", getInfo)

router.Use(LogRequestBodyMiddleware)
// router.Use(LogRequestBodyMiddleware)

router.Any("/*proxyPath", proxy)

Expand Down

0 comments on commit 8ab208d

Please sign in to comment.