feature/10-my-profile-data #12

Merged
philipp merged 7 commits from feature/10-my-profile-data into dev 2021-03-09 16:42:14 +00:00
Showing only changes of commit 56daa7c501 - Show all commits

View File

@ -28,7 +28,7 @@ const Privacy = import('./components/Privacy.vue');
const Register = import('./components/Register.vue');
const Profile = () => import('./components/Profile.vue');
//
let routes = [ { path: '/', component: EnvError } ];
let routes = [ { path: '/:pathMatch(.*)*', component: EnvError } ];
if (typeof config !== 'undefined') {
if (config.baseurl && config.documentserver_key) {
routes = [