https -> http: till dns is right
This commit is contained in:
parent
8015bb01d3
commit
26db10432b
|
@ -2,7 +2,7 @@
|
|||
angular.module('config', [])
|
||||
.factory('config', function() {
|
||||
return {
|
||||
api: 'https://api.server.kondor-solutions.de',
|
||||
api: 'http://api.server.kondor-solutions.de',
|
||||
table: {
|
||||
count: 25
|
||||
}
|
||||
|
|
Reference in New Issue