sum7/warehost-frontend
sum7
/
warehost-frontend
Archived
1
0
Fork 0

https -> http: till dns is right

This commit is contained in:
Martin Geno 2016-12-07 20:15:22 +01:00
parent 8015bb01d3
commit 26db10432b
1 changed files with 1 additions and 1 deletions

View File

@ -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
}