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:
parent
d1b803b246
commit
6a9ad7f540
20 changed files with 365 additions and 110 deletions
|
@ -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'
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue