From 8091595484626acb0cc63b82c46d58e65d4dfb91 Mon Sep 17 00:00:00 2001 From: alihardan Date: Sat, 7 Oct 2023 03:44:19 +0330 Subject: [PATCH] ta inja --- routes/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.php b/routes/api.php index f0606f9..3a5faa3 100644 --- a/routes/api.php +++ b/routes/api.php @@ -39,7 +39,7 @@ }); Route::get('/beforeIA', function () { - return Game::whereNull('ia_id')->get(['slug', 'tgfiles']); + return Game::whereNull('ia_id')->where('selling', false)->get(['slug', 'tgfiles']); }); Route::group(['excluded_middleware' => \Illuminate\Routing\Middleware\ThrottleRequests::class . ':api'], function () {