Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Sep 23, 2024
1 parent 9cb4167 commit cbeb6f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions workbench/resources/views/errors/418.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
I&#039;m a teapot
3 changes: 3 additions & 0 deletions workbench/routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@

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

0 comments on commit cbeb6f0

Please sign in to comment.