Ken 4 days ago
parent
commit
6928d87c99
1 changed files with 0 additions and 2 deletions
  1. 0 2
      routes/admin.php

+ 0 - 2
routes/admin.php

@@ -38,7 +38,6 @@ Route::get('/fake', [Bet::class, 'fake']);
 Route::get('/fakel', [Issue::class, 'fakeLotteryDraw']);
 
 
-
 Route::middleware(['admin.jwt'])->group(function () {
 
 
@@ -129,7 +128,6 @@ Route::middleware(['admin.jwt'])->group(function () {
             Route::get('/getPendingTasks', [Wallet::class, 'getPendingTasks']);
 
 
-
         });
 
         Route::prefix('/user')->group(function () {