Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KotsiosDimis committed Jan 10, 2025
1 parent 72cee45 commit b45ace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blokus.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
$router->add('GET', 'lobbys', 'getLobbies');
$router->add('GET', 'lobbys/{id}', 'getLobby');

$router->add('POST', 'lobbys/create/{hostId}','createGame' );
//$router->add('POST', 'lobbys/create/{hostId}','createGame' );


$router->add('POST', 'lobbys/leave', function($input) {
Expand Down

0 comments on commit b45ace3

Please sign in to comment.