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

[WIP] Admin level Jira creds and vendored jira libs

This commit is contained in:
HarveyKandola 2018-08-06 19:39:31 +01:00
parent 0c5ec43c80
commit 7878a244d3
83 changed files with 10569 additions and 28 deletions

View file

@ -95,6 +95,9 @@ export default Router.map(function () {
this.route('search', {
path: 'search'
});
this.route('integrations', {
path: 'integrations'
});
}
);