From 8eb5ed298e8562d8b93422b26084d313656f157e Mon Sep 17 00:00:00 2001 From: Martin Geno Date: Sun, 11 Dec 2016 21:39:16 +0100 Subject: [PATCH] add new server --- 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..2812723 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.host.sum7.eu', table: { count: 25 }