mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-16 07:48:40 +00:00
Fix question uri path
This commit is contained in:
parent
3300fc610f
commit
49a09d2a9e
|
|
@ -34,7 +34,7 @@
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Create",
|
"name": "Create",
|
||||||
"uri": "{/base}/{/lang}/backend/qa/create?{?}",
|
"uri": "{/base}/{/lang}/backend/qa/question/create?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 5,
|
"order": 5,
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ return [
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/backend/qa/create.*$' => [
|
'^.*/backend/qa/question/create.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\QA\Controller:viewQAQuestionCreate',
|
'dest' => '\Modules\QA\Controller:viewQAQuestionCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user