Update web.php
This commit is contained in:
@@ -14,5 +14,5 @@ use Illuminate\Support\Facades\Route;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
Route::get('/{any?}', function () {
|
Route::get('/{any?}', function () {
|
||||||
return view('home');
|
return view('app');
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user