Add (categories)
This commit is contained in:
@@ -14,5 +14,5 @@
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
return response(view('welcome'), 404);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user