Kész delete végpont

This commit is contained in:
Sándor Máté Magony
2025-04-15 18:31:13 +02:00
parent 65f3c77ee3
commit db245545eb
3 changed files with 15 additions and 1 deletions

View File

@@ -11,4 +11,6 @@ Route::get('/mosdok/{id}', [WcController::class, 'show']);
Route::post('/hozzaadas', [WcController::class, 'store']);
Route::delete('/mosdotorles/{id}', [WcController::class, 'destroy']);
Route::get('/users', [UserController::class, 'index']);