Change rules address

parent c0953727
...@@ -153,8 +153,6 @@ return [ ...@@ -153,8 +153,6 @@ return [
'source/<_u>/<_f>/<file>' => '@backend/web/<_u>/<_f>/<file>', 'source/<_u>/<_f>/<file>' => '@backend/web/<_u>/<_f>/<file>',
'' => 'content/page/view', '' => 'content/page/view',
'<page:(/)>' => 'content/page/view',
'reviews' => 'reviews/review/index', 'reviews' => 'reviews/review/index',
'faq/view/all' => 'faq/faq/all', 'faq/view/all' => 'faq/faq/all',
'faq/<url>' => 'faq/faq/view', 'faq/<url>' => 'faq/faq/view',
...@@ -162,6 +160,7 @@ return [ ...@@ -162,6 +160,7 @@ return [
'school' => 'school/course/index', 'school' => 'school/course/index',
'school/course/<id>' => 'school/course/view', 'school/course/<id>' => 'school/course/view',
'school/lesson/<id>' => 'school/lesson/view', 'school/lesson/<id>' => 'school/lesson/view',
'<page:(/)>' => 'content/page/view',
'<_m>/<_c>/<_a>/<id:\d+>' => '<_m>/<_c>/<_a>', '<_m>/<_c>/<_a>/<id:\d+>' => '<_m>/<_c>/<_a>',
'<_m>/<_c>/<_a>/<page>' => '<_m>/<_c>/<_a>', '<_m>/<_c>/<_a>/<page>' => '<_m>/<_c>/<_a>',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment