@@ -4,7 +4,7 @@ |
||
4 | 4 | use Furic\GameEssentials\Http\Controllers\GameController; |
5 | 5 | use Furic\GameEssentials\Http\Controllers\PlayerController; |
6 | 6 | |
7 | -Route::prefix('api')->group(function () { |
|
7 | +Route::prefix('api')->group(function() { |
|
8 | 8 | |
9 | 9 | // Games |
10 | 10 | Route::get('games/{id}', [GameController::class, 'show'])->name('games.show'); |