routes have not yet been changed in the frontend

master
Alex 2021-12-28 20:20:47 +01:00
parent 04ff74a372
commit b06bd38389
1 changed files with 1 additions and 1 deletions

View File

@ -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")