|
|
@@ -28,7 +28,7 @@ use App\Http\Controllers\admin\PcIssue;
|
|
|
Route::post('/login', [Admin::class, 'login']);
|
|
|
Route::get('/test', [Wallet::class, 'test']);
|
|
|
Route::get('/image', [Lottery::class, 'generate']);
|
|
|
-Route::get('/batch', [Withdraw::class, 'batch']);
|
|
|
+// Route::get('/batch', [Withdraw::class, 'batch']);
|
|
|
|
|
|
Route::prefix('/sync')->group(function () {
|
|
|
Route::get('/collect', [Sync::class, 'collect']);
|