Files
Zonneplan/routes/web.php
T
JustZoe101 3ae3222732
tests / ci (push) Failing after 4m24s
Initial commit
2026-08-01 18:17:20 +02:00

6 lines
92 B
PHP

<?php
use Illuminate\Support\Facades\Route;
Route::inertia('/', 'Welcome')->name('home');