Commit b7d7e48d authored by Deployer's avatar Deployer

Changed base url scheme to https

parent fe52b53b
......@@ -8,7 +8,7 @@
#import "CSAuthenticationManager.h"
static NSString * const kBaseURL = @"http://api.cedarmaps.com/v1";
static NSString * const kBaseURL = @"https://api.cedarmaps.com/v1";
static NSString * const kCurrentAccessToken = @"CedarMapsSDKUserAccessToken_v1";
@interface CSAuthenticationManager ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment