From 0f32158807b2a9975f592ddd5e9777dc47277a75 Mon Sep 17 00:00:00 2001 From: Kilian Koeltzsch Date: Fri, 17 Apr 2015 22:41:12 +0200 Subject: [PATCH] Change main server URL to Johannes' server Definitely more stable for now. Forgive me Johannes :D I'm pretty sure we're going to move this somewhere "official" someday anyways, right? Closes #56 --- ParkenDD/Constants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ParkenDD/Constants.swift b/ParkenDD/Constants.swift index 48002ba..5637e55 100644 --- a/ParkenDD/Constants.swift +++ b/ParkenDD/Constants.swift @@ -10,5 +10,5 @@ * Stores global constants like the API Server URL */ struct Constants { - static var parkinglotURL = "http://kilian.io/parkendd/json.php" + static var parkinglotURL = "http://jkliemann.de/offenesdresden.de/json.php" }