Add function get and modify italian words and dialectic word from DB

This commit is contained in:
paoloGuagnano
2024-02-10 12:14:26 +01:00
parent dabe294cc2
commit 6889c0e49b
6 changed files with 59 additions and 12 deletions

View File

@@ -57,7 +57,8 @@ Route::prefix('words')->group(function () {
});
Route::get('delete_record/{id}', [WordsController::class, 'delete']);
//Route::get('delete_record/{id}', [WordsController::class, 'update']);
Route::get('edit_record/{id}', [WordsController::class, 'edit']);
Route::post('update_record/{id}', [WordsController::class, 'update'])->name('words.update');;
require __DIR__ . '/auth.php';