Skip to content

Commit

Permalink
Merge pull request #92 from ditointernet/fix-release
Browse files Browse the repository at this point in the history
fix: trigger http release
  • Loading branch information
gean-dito authored Feb 11, 2025
2 parents 1312bb2 + 3370a35 commit 2c62127
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion http/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func NewServer(in ServerInput) Server {
if in.Logger != nil {
server.addRequestLogger()
}

router.Use(
slash.Remover(http.StatusMovedPermanently),
content.TypeNegotiator(content.JSON),
Expand Down

0 comments on commit 2c62127

Please sign in to comment.