Fix broken notes
This commit is contained in:
parent
6e34b6b8fa
commit
cbe660f4ad
|
@ -56,7 +56,7 @@ Route::group(['prefix' => LaravelLocalization::setLocale(), 'middleware' => [ 'l
|
|||
->name('deleteApplicationComment');
|
||||
|
||||
|
||||
Route::patch('/notes/save/{applicationID}', 'AppointmentController@saveNotes')
|
||||
Route::patch('/notes/save/{application}', 'AppointmentController@saveNotes')
|
||||
->name('saveNotes');
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue