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