Files
TLA/routes/web.php
T
Belupeti 7bb26eeb43
Build / Build-image (push) Failing after 5s
init 2
2026-08-08 23:51:17 +02:00

8 lines
142 B
PHP

<?php
use Illuminate\Support\Facades\Route;
Route::any('{all}',function(){
return view('vue');
})->where(['all' => '.*'])->name("vue");