Add function get and modify italian words and dialectic word from DB
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user