From 3ce9bb3741f55ef642c805d202118554b7e4a41e Mon Sep 17 00:00:00 2001 From: Martin Geno Date: Wed, 7 Dec 2016 09:59:43 +0100 Subject: [PATCH] config for server.kondor-solutions.de --- public/components/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/components/config.js b/public/components/config.js index 181cfdc..3f2829b 100644 --- a/public/components/config.js +++ b/public/components/config.js @@ -2,7 +2,7 @@ angular.module('config', []) .factory('config', function() { return { - api: 'https://apiv2.warehost.de', + api: 'https://api.server.kondor-solutions.de', table: { count: 25 }