Files
dredgenews/routes/web.php
T
dredgy 0485b85a59
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
Initial
2026-07-04 18:24:44 +10:00

9 lines
125 B
PHP

<?php
use Illuminate\Support\Facades\Route;
Route::inertia('/', 'Index')->name('home');
require __DIR__.'/settings.php';