init 2
Build / Build-image (push) Failing after 5s

This commit is contained in:
2026-08-08 23:51:17 +02:00
parent bb7a17a874
commit 7bb26eeb43
21 changed files with 634 additions and 818 deletions
+3 -3
View File
@@ -2,6 +2,6 @@
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});
Route::any('{all}',function(){
return view('vue');
})->where(['all' => '.*'])->name("vue");