Skip to content

Commit

Permalink
Merge pull request #3 from efumagal/efumagal-patch-3
Browse files Browse the repository at this point in the history
Update main.go
  • Loading branch information
efumagal committed Aug 8, 2023
2 parents 8ff5251 + eef27de commit 639d8df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func main() {
return c.Path() == "/health"
})))

// Add Fiber middlewares
app.Use(recover.New())
app.Use(cors.New())
app.Use(compress.New())
Expand Down

0 comments on commit 639d8df

Please sign in to comment.