diff --git a/conf/routes b/conf/routes index 3f72505716..2fc8fe6e00 100644 --- a/conf/routes +++ b/conf/routes @@ -707,10 +707,10 @@ GET /api/user/:name/games controllers.Api.userGames(name: String) # Bot API GET /api/bot/game/stream/:id controllers.PlayApi.botGameStream(id: String) POST /api/bot/game/:id/move/:uci controllers.PlayApi.botMove(id: String, uci: String, offeringDraw: Option[Boolean] ?= None) +GET /api/bot/online controllers.PlayApi.botOnlineApi POST /api/bot/*cmd controllers.PlayApi.botCommand(cmd: String) GET /api/bot/*cmd controllers.PlayApi.botCommandGet(cmd: String) GET /player/bots controllers.PlayApi.botOnline -GET /api/bot/online controllers.PlayApi.botOnlineApi # Board API GET /api/board/game/stream/:id controllers.PlayApi.boardGameStream(id: String)