Aufgabe 1 ca 80%

This commit is contained in:
Robert
2024-01-19 03:15:12 +01:00
parent 800d84bd41
commit 5756f2b7d5
12 changed files with 1392 additions and 1094 deletions

View File

@@ -17,6 +17,8 @@ use Illuminate\Http\Request;
//Main Controller
Route::get('/', [MainController::class, 'index' ]);
Route::get('/bewertung', [MainController::class, 'bewertung' ]);
Route::post("/bewertung_abschicken",[MainController::class, 'bewertung_abschicken' ]);
//Anmeldungs Controller
Route::get('/anmeldung', [AnmeldungController::class, 'start']);