Skip to content

Commit

Permalink
ta inja
Browse files Browse the repository at this point in the history
  • Loading branch information
alihardan committed Oct 7, 2023
1 parent 2953c93 commit 8091595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 8091595

Please sign in to comment.