1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 13:49:42 +02:00

Merge code between editions

This commit is contained in:
Harvey Kandola 2018-11-07 15:56:05 +00:00
parent d1b803b246
commit 6a9ad7f540
20 changed files with 365 additions and 110 deletions

View file

@ -80,8 +80,8 @@ export default Router.map(function () {
this.route('smtp', {
path: 'smtp'
});
this.route('license', {
path: 'license'
this.route('product', {
path: 'product'
});
this.route('auth', {
path: 'auth'
@ -101,6 +101,9 @@ export default Router.map(function () {
this.route('backup', {
path: 'backup'
});
this.route('billing', {
path: 'billing'
});
}
);