include racing kings & crazyhouse leaderboards in the user API

This commit is contained in:
Thibault Duplessis 2016-01-19 17:00:24 +07:00
parent 14db94bf9f
commit aa325032e7

View file

@ -179,12 +179,14 @@ object User extends LilaController {
"bullet" -> bullet,
"blitz" -> blitz,
"classical" -> classical,
"crazyhouse" -> crazyhouse,
"chess960" -> chess960,
"kingOfTheHill" -> kingOfTheHill,
"threeCheck" -> threeCheck,
"antichess" -> antichess,
"atomic" -> atomic,
"horde" -> horde))
"horde" -> horde,
"racingKings" -> racingKings))
})
} yield res
}