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