Skip to content

Commit

Permalink
Rename Game to GameResource
Browse files Browse the repository at this point in the history
  • Loading branch information
xstefank committed Jun 3, 2024
1 parent cbbbc4c commit d837437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* This defines a REST controller, each method will be available under the "Classname/method" URI by convention
*/
@Path("/api/game")
public class Game {
public class GameResource {

private static final Set<GameEventType> RUNNER_EVENTS = Set.of(
GameEventType.START,
Expand Down

0 comments on commit d837437

Please sign in to comment.