This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::any('{all}',function(){
|
||||
Route::get('{all}',function(){
|
||||
return view('vue');
|
||||
})->where(['all' => '.*'])->name("vue");
|
||||
|
||||
Reference in New Issue
Block a user