I might be drunk
This commit is contained in:
@@ -39,7 +39,7 @@ public class GameService {
|
||||
return gameDto.getId();
|
||||
}
|
||||
|
||||
public String addMove(@RequestBody String gameId, @RequestBody String move) throws ServiceException {
|
||||
public String addMove(String gameId, String move) throws ServiceException {
|
||||
try {
|
||||
Game g = retrieveGame(gameId);
|
||||
g.addMove(move);
|
||||
|
||||
Reference in New Issue
Block a user