// // WebServiceConstants.m // ipbc-Client // // Created by Gerrit Linnemann on 28.10.13. // Copyright (c) 2013 Adawim UG (haftungsbeschränkt). All rights reserved. // #import "WebServiceConstants.h" @implementation WebServiceConstants NSString * const HOMEPAGE_REGISTER = @"https://www.ip-bc.org/login.xhtml"; /* NSString * const WS_BASE = @"localhost:8080/ip-bc.org"; NSString * const WS_RESOURCE = @"http://localhost:8080/ip-bc.org/ws/update/ip"; NSString * const WS_GET_USERS_IP_SERVICE = @"http://localhost:8080/ip-bc.org/ws/info/ip"; */ NSString * const WS_BASE = @"www.ip-bc.org"; NSString * const WS_RESOURCE = @"https://www.ip-bc.org/ws/update/ip"; NSString * const WS_GET_USERS_IP_SERVICE = @"https://www.ip-bc.org/ws/info/ip"; @end