updated texts (ex editions) path to match api

This commit is contained in:
2022-03-17 15:39:04 +01:00
parent deb3bf1d99
commit 9d454fb259
+3 -3
View File
@@ -41,17 +41,17 @@ const routes = [
// }, // },
{ {
name: 'edition', name: 'edition',
path: '/edition/:id', path: '/texts/:id',
component: Edition component: Edition
}, },
{ {
name: 'editiontext', name: 'editiontext',
path: '/edition/:id/:textid', path: '/texts/:id/:textid',
component: Edition component: Edition
}, },
{ {
name: 'editiontextextract', name: 'editiontextextract',
path: '/edition/:id/:textid/:extract', path: '/texts/:id/:textid/:extract',
component: Edition component: Edition
}, },
{ {