Skip to content

Commit

Permalink
Removed test route
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecraank committed Mar 15, 2024
1 parent 7642f7a commit 1c76668
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,6 @@
});
});

Route::get('/test', function() {
$id = 1;
Artisan::call('presentation:process', [
'id' => $id,
'type' => 'pdf'
]);
});

Auth::routes();


0 comments on commit 1c76668

Please sign in to comment.