From: Vincent Vanwaelscappel Date: Thu, 11 Jul 2019 09:07:18 +0000 (+0200) Subject: #2878 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e3ee0a7683f3003c5643f8102d0d7cd3f791405f;p=pmi.git #2878 --- 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 @@