add local updates
This commit is contained in:
parent
7b73e8094c
commit
54bb00f345
1 changed files with 3 additions and 1 deletions
|
@ -51,4 +51,6 @@
|
|||
|
||||
|
||||
|
||||
Route::fallback([HomeController::class, 'index'])->name('fallback');
|
||||
Route::fallback(function(){
|
||||
return response()->redirectTo('/', 301);
|
||||
})->name('fallback');
|
||||
|
|
Loading…
Reference in a new issue