/bot/game/stream/:id ugly but required to disable nginx buffering

bot-api
Thibault Duplessis 2018-04-16 02:17:52 +02:00
parent b03a41aa65
commit 4cbd8d09d3
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ GET /api/crosstable/:u1/:u2 controllers.Api.crosstable(u1: String, u2
# Bot API
GET /bot/game/:id controllers.Bot.gameState(id: String)
GET /bot/game/:id/stream controllers.Bot.gameStream(id: String)
GET /bot/game/stream/:id controllers.Bot.gameStream(id: String)
POST /bot/game/:id/move/:uci controllers.Bot.move(id: String, uci: String)
POST /bot/account/transform controllers.Bot.accountTransform