Skip to content

Commit

Permalink
Update web.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedeveloperr committed Jul 2, 2020
1 parent 5497cb7 commit 68b233b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Expand Up @@ -211,6 +211,6 @@
return view('backend.notifications.user_notification');
})->name('notification');

Route::get('/complaint_log/update/{id}' , 'ComplaintlogController@update');
Route::put('/complaint_log/update/{id}' , 'ComplaintlogController@update');

});

0 comments on commit 68b233b

Please sign in to comment.