From dc5792407cd32ac5594940db16c9fa4c191554f6 Mon Sep 17 00:00:00 2001 From: cuneytsenturk Date: Sat, 17 Nov 2018 13:22:03 +0300 Subject: [PATCH] update route.php --- routes/web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/web.php b/routes/web.php index b717a750d..6e35dcdcc 100644 --- a/routes/web.php +++ b/routes/web.php @@ -59,6 +59,7 @@ Route::group(['middleware' => 'language'], function () { Route::resource('items', 'Common\Items', ['middleware' => ['money']]); Route::get('search/search', 'Common\Search@search')->name('search.search'); Route::resource('search', 'Common\Search'); + Route::post('notifications/disable', 'Common\Notifications@disable')->name('notifications.disable'); }); Route::group(['prefix' => 'auth'], function () {