diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 5762fc5..ddc66ce 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -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, diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 5dd269c..08361f4 100644 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -33,7 +33,7 @@ return [ 'verb' => RouteVerb::GET, ], ], - '^.*/backend/qa/create.*$' => [ + '^.*/backend/qa/question/create.*$' => [ [ 'dest' => '\Modules\QA\Controller:viewQAQuestionCreate', 'verb' => RouteVerb::GET,