1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +02:00

Display third party notices in UI

This commit is contained in:
Harvey Kandola 2019-03-24 17:53:22 -04:00
parent e1001bb11e
commit e1a8f8b724
6 changed files with 2576 additions and 1 deletions

View file

@ -97,6 +97,9 @@ export default Router.map(function () {
this.route('product', {
path: 'product'
});
this.route('notice', {
path: 'notice'
});
this.route('auth', {
path: 'auth'
});