Skip to content

Commit 3056a6f

Browse files
committed
fix repetition
1 parent 9911e71 commit 3056a6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

router/auth.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import (
1010
func InitilizeAuthRoutes(app *fiber.App) {
1111
authHandler := handlers.AuthHandler{}
1212
api := app.Group("/auth", logger.New())
13-
api.Post("/:stationName/consume", handlers.ConsumeHandleMessage())
14-
api.Post("/:stationName/consume/ack", handlers.AcknowledgeMessage())
1513
api.Post("/authenticate", authHandler.Authenticate)
1614
api.Post("/refreshToken", authHandler.RefreshToken)
1715
}

0 commit comments

Comments
 (0)