Aufgabe 1 ca 80%
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user