From 8fe112bb1f90005e3dc0321e2316f193b9600ff0 Mon Sep 17 00:00:00 2001 From: Martin Geno Date: Wed, 28 Dec 2016 19:20:22 +0100 Subject: [PATCH] move to official 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 2812723..8fc7b42 100644 --- a/public/components/config.js +++ b/public/components/config.js @@ -2,7 +2,7 @@ angular.module('config', []) .factory('config', function() { return { - api: 'https://api.host.sum7.eu', + api: 'https://api.warehost.de', table: { count: 25 }