[terminology] restore both route versions, temporarily

This commit is contained in:
Andrea Vos 2021-08-29 09:14:41 +02:00
parent a83515a3dd
commit 315e184746

View File

@ -197,6 +197,9 @@ export default {
}
if (config.terminology.enabled) {
routes.push({path: `/${config.terminology.route}`, component: resolve(__dirname, 'routes/terminology.vue')});
// TODO remove later
routes.push({path: `/${config.nouns.route}/${config.terminology.route}`, component: resolve(__dirname, 'routes/terminology.vue')});
}
if (config.names.enabled) {