routes have not yet been changed in the frontend
parent
04ff74a372
commit
b06bd38389
|
@ -24,7 +24,7 @@ func SetupWebRoutes(app *fiber.App) {
|
|||
|
||||
minecraftV1.Get("/:accessKey/:serverName", minecraft.RestartServer)
|
||||
|
||||
// old routes
|
||||
// @Deprecated: old routes
|
||||
|
||||
voiceApiV1 := app.Group("/voice/v1")
|
||||
|
||||
|
|
Loading…
Reference in New Issue