Skip to content

Commit 088a14e

Browse files
committed
chore: remove dummy error pages
1 parent 50013c7 commit 088a14e

File tree

3 files changed

+2
-66
lines changed

3 files changed

+2
-66
lines changed

app/routes/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
|
1212
*/
1313
// app()->set404(function() {
14-
// response()->page(ViewsPath("errors/404.html", false), 404);
14+
// response()->markup('Page not found', 404);
1515
// });
1616

1717
/*
@@ -25,7 +25,7 @@
2525
|
2626
*/
2727
// app()->setErrorHandler(function() {
28-
// response()->page(ViewsPath("errors/500.html", false), 500);
28+
// response()->markup('An error occurred', 500);
2929
// });
3030

3131
/*

app/views/errors/404.html

Lines changed: 0 additions & 32 deletions
This file was deleted.

app/views/errors/500.html

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)