فهرست منبع

updated texts (ex editions) path to match api

bach 2 سال پیش
والد
کامیت
9d454fb259
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/router/index.js

+ 3 - 3
src/router/index.js

@@ -41,17 +41,17 @@ const routes = [
   // },
   {
     name: 'edition',
-    path: '/edition/:id',
+    path: '/texts/:id',
     component: Edition
   },
   {
     name: 'editiontext',
-    path: '/edition/:id/:textid',
+    path: '/texts/:id/:textid',
     component: Edition
   },
   {
     name: 'editiontextextract',
-    path: '/edition/:id/:textid/:extract',
+    path: '/texts/:id/:textid/:extract',
     component: Edition
   },
   {