add local updates

This commit is contained in:
Constantin Plaiasu 2024-10-07 21:22:20 +03:00
parent 7b73e8094c
commit 54bb00f345

View file

@ -51,4 +51,6 @@
Route::fallback([HomeController::class, 'index'])->name('fallback'); Route::fallback(function(){
return response()->redirectTo('/', 301);
})->name('fallback');