Докидываю web.php.example
This commit is contained in:
parent
5f3623a258
commit
b2b5b0737c
|
@ -96,6 +96,7 @@ $config = [
|
|||
],
|
||||
'product/<catn:[^/]+>' => 'product/index',
|
||||
'<section:(product|cart)>/<catn:[^/]+>/<action:(read|write|edit|delete)>/<target:(title|catn|dscr|dmns|wght|image|cover|comm)>' => '<section>/<action>-<target>',
|
||||
'profile/geolocation/<action:(init)>' => 'profile/geolocation-<action>',
|
||||
'orders' => 'order/index',
|
||||
'orders/<type:[^/]+>' => 'order/index',
|
||||
'orders/<_key:[^/]+>/<action:(accept)>' => 'order/<action>',
|
||||
|
|
Reference in New Issue