diff --git a/bower.json b/bower.json index 7591cf2..b7a5e58 100644 --- a/bower.json +++ b/bower.json @@ -23,5 +23,8 @@ "angular-sanitize": "^1.5.8", "angular-ui-tree": "^2.21.2", "angular-markdown-editor-ghiscoding": "^1.0.7" + }, + "resolutions":{ + "angular": "1.6.0" } } diff --git a/public/components/config.js b/public/components/config.js index 9c0f600..3f2829b 100644 --- a/public/components/config.js +++ b/public/components/config.js @@ -2,7 +2,7 @@ angular.module('config', []) .factory('config', function() { return { - api: 'http://api.server.kondor-solutions.de', + api: 'https://api.server.kondor-solutions.de', table: { count: 25 }