@@ -271,7 +271,7 @@ |
||
271 | 271 | |
272 | 272 | Route::group( $conf, function() { |
273 | 273 | |
274 | - Route::match(['GET', 'POST'], '{path?}', [ |
|
274 | + Route::match( ['GET', 'POST'], '{path?}', [ |
|
275 | 275 | 'as' => 'aimeos_page', |
276 | 276 | 'uses' => '\Aimeos\Shop\Controller\PageController@indexAction' |
277 | 277 | ] )->where( ['locale' => '[a-z]{2}(\_[A-Z]{2})?', 'site' => '[A-Za-z0-9\.\-]+'] ); |