Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 27, 2024
1 parent 9fc3566 commit d911757
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workbench/routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@

Route::view('/testbench', 'workbench::testbench')->name('testbench');
Route::text('/hello-world', 'Hello world');
Route::get('/root', fn () => abort(418));
Route::get('/root', function () {
abort(418);
});

0 comments on commit d911757

Please sign in to comment.