Skip to content

Commit

Permalink
chore: added middleware configs
Browse files Browse the repository at this point in the history
  • Loading branch information
baimamboukar committed Dec 28, 2023
1 parent d49073b commit ba4c879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewares/middlewares.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

func RegisterMiddlewares(router *gin.Engine) {
router.Use(AuthMiddleware())
//router.Use(AuthMiddleware())
router.Use(LoggerMiddleware())
fmt.Println("---Registrating Prometheus----")
router.Use(PrometheusMiddleware())
Expand Down

0 comments on commit ba4c879

Please sign in to comment.