Skip to content

Commit

Permalink
chores: add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Nov 10, 2024
1 parent 31fc81f commit 0e53fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func init() {
func NewRouter() *gin.Engine {
gin.EnableJsonDecoderDisallowUnknownFields()
gin.SetMode(gin.ReleaseMode)
gin.DefaultWriter = nil
// gin.DefaultWriter = nil
router := gin.New()
// pprof.Register(router)
router.Use(gin.Recovery())
Expand Down

0 comments on commit 0e53fea

Please sign in to comment.