Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -4893,7 +4893,7 @@ CGFloat DistanceBetweenTwoPoints(CGPoint point1,CGPoint point2) | ... | @@ -4893,7 +4893,7 @@ CGFloat DistanceBetweenTwoPoints(CGPoint point1,CGPoint point2) |
4893 | failureBlock:(void (^)(NSError *error))failureBlock | 4893 | failureBlock:(void (^)(NSError *error))failureBlock |
4894 | { | 4894 | { |
4895 | //Create REQUEST | 4895 | //Create REQUEST |
4896 | - NSMutableString *urlString = [NSMutableString stringWithFormat:@"%@/partners/oauth/f83dfde1145e4c2da69793abb2f579af/token", _baseURL]; // /partners/cosmote/verify | 4896 | + NSMutableString *urlString = [NSMutableString stringWithFormat:@"%@/partners/oauth/%@/token", _baseURL, _appUUID]; // /partners/cosmote/verify |
4897 | WLLOG(@"[WARP Trace] HTTP URL: %@", urlString); | 4897 | WLLOG(@"[WARP Trace] HTTP URL: %@", urlString); |
4898 | 4898 | ||
4899 | NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:urlString] cachePolicy:NSURLRequestReloadIgnoringLocalCacheData timeoutInterval:100]; | 4899 | NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:urlString] cachePolicy:NSURLRequestReloadIgnoringLocalCacheData timeoutInterval:100]; | ... | ... |
-
Please register or login to post a comment