Add (categories)

This commit is contained in:
2023-09-21 23:09:15 +08:00
parent c5410fd713
commit d8ed8bdb1d
32 changed files with 3052 additions and 153 deletions

View File

@@ -14,5 +14,5 @@
*/
Route::get('/', function () {
return view('welcome');
return response(view('welcome'), 404);
});