From e3ee0a7683f3003c5643f8102d0d7cd3f791405f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 11 Jul 2019 11:07:18 +0200 Subject: [PATCH] #2878 --- routes/web.php | 4 ---- update | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/routes/web.php b/routes/web.php index b8d6836..98309b7 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,8 +1,4 @@ 'ProductController@productDetails']); -Route::get('cubist/producttype/{id}', ['uses' => 'ProductController@productList']); -Route::get('cubist/page/{slug}', ['uses' => 'PageController@index']); - Route::get('{page}/{subs?}', ['uses' => 'PageController@catchall']) ->where(['page' => '^(((?=(?!admin))(?=(?!\/)).))*$', 'subs' => '.*']); diff --git a/update b/update index 31f266c..2342e49 100644 --- a/update +++ b/update @@ -2,7 +2,7 @@