We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9911e71 commit 3056a6fCopy full SHA for 3056a6f
router/auth.go
@@ -10,8 +10,6 @@ import (
10
func InitilizeAuthRoutes(app *fiber.App) {
11
authHandler := handlers.AuthHandler{}
12
api := app.Group("/auth", logger.New())
13
- api.Post("/:stationName/consume", handlers.ConsumeHandleMessage())
14
- api.Post("/:stationName/consume/ack", handlers.AcknowledgeMessage())
15
api.Post("/authenticate", authHandler.Authenticate)
16
api.Post("/refreshToken", authHandler.RefreshToken)
17
}
0 commit comments