Skip to content

Commit

Permalink
chore: rm prometheus los
Browse files Browse the repository at this point in the history
  • Loading branch information
baimamboukar committed Dec 28, 2023
1 parent 603f7d6 commit 8274128
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/middlewares/middlewares.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
package middlewares

import (
"fmt"

"github.com/gin-gonic/gin"
)

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

2 comments on commit 8274128

@vercel
Copy link

@vercel vercel bot commented on 8274128 Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8274128 Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.