updated texts (ex editions) path to match api
This commit is contained in:
+3
-3
@@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user