去除exists接口
This commit is contained in:
parent
ff9aaa16e2
commit
227ed9c410
@ -77,8 +77,8 @@ public class GameLudoAppRestController {
|
|||||||
* @eo.method get
|
* @eo.method get
|
||||||
* @eo.request-type formdata
|
* @eo.request-type formdata
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
// @Deprecated
|
||||||
@GetMapping("/exists")
|
// @GetMapping("/exists")
|
||||||
public Boolean roomExistsGame(@Validated AppRoomIdCmd cmd) {
|
public Boolean roomExistsGame(@Validated AppRoomIdCmd cmd) {
|
||||||
return gameLudoService.roomExistsGame(cmd);
|
return gameLudoService.roomExistsGame(cmd);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user