SyntaxSquad/DADProject#16 fix: Cancle and Return is working and some other fixes involving game duration
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ Route::prefix('v1')->group(function () {
|
||||
->group(function () {
|
||||
Route::get('/statistics', [StatisticsController::class, 'getAdminStats']);
|
||||
Route::get('/transactions', [TransactionController::class, 'index']);
|
||||
Route::get('/games', [GameController::class, 'index']);
|
||||
Route::get('/games', [GameController::class, 'index']);
|
||||
Route::get('/matches', [MatchController::class, 'index']);
|
||||
Route::prefix('users')->group(function () {
|
||||
Route::get('/', [UserController::class, 'index']);
|
||||
|
||||
Reference in New Issue
Block a user