Skip to content

Commit

Permalink
updated press
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond committed Jul 12, 2024
1 parent 55c81c9 commit 051a4e5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/press/routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
use Illuminate\Support\Facades\Route;
use Moox\Expiry\Resources\ExpiryResource\Pages\ListExpiries;

Route::get('/', function () {

$list = new ListExpiries;
$response = $list->bootUsesAdvancedTables();

return $response;

});
Route::middleware('web')->group(function () {

if (config('press.redirect_index') === true) {
Expand Down

0 comments on commit 051a4e5

Please sign in to comment.