finish database, start controller
Build / Build-image (push) Failing after 8s

This commit is contained in:
2026-08-09 01:54:47 +02:00
parent 7bb26eeb43
commit c1e8daacff
7 changed files with 154 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
use Illuminate\Support\Facades\Route;
Route::resource('people', \App\Http\Controllers\TlaController::class);