Skip to content

Commit

Permalink
feat: remove GetUserID middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYiJun committed May 17, 2024
1 parent c0b877c commit 97945a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middlewares/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func RegisterMiddlewares(app *fiber.App) {
app.Use(MyLogger)
}
app.Use(cors.New(cors.Config{AllowOrigins: "*"}))
app.Use(GetUserID)
//app.Use(GetUserID)

// prometheus
prom := fiberprometheus.NewWith(config.AppName, config.AppName, "http")
Expand Down

0 comments on commit 97945a2

Please sign in to comment.