old routes no longer supported
parent
6c9a54179a
commit
4e9f367371
|
@ -19,14 +19,4 @@ func SetupWebRoutes(app *fiber.App) {
|
||||||
|
|
||||||
mobileV1.Get("/:mobileWebCode", mobile.GetMobileWebToken)
|
mobileV1.Get("/:mobileWebCode", mobile.GetMobileWebToken)
|
||||||
|
|
||||||
// old routes
|
|
||||||
|
|
||||||
voiceApiV1 := app.Group("/voice/v1")
|
|
||||||
|
|
||||||
voiceApiV1.Get("/:voiceWebCode", voice.GetVoiceWebToken)
|
|
||||||
|
|
||||||
mobileApiV1 := app.Group("/mobile/v1")
|
|
||||||
|
|
||||||
mobileApiV1.Get("/:mobileWebCode", mobile.GetMobileWebToken)
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue