1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-26 16:05:52 +03:00

putting API url back to production

This commit is contained in:
nodeful 2017-12-19 11:25:29 +00:00
parent 865e598819
commit 9783314f4a

View File

@ -4,7 +4,7 @@
NSString * const HELPER_BUNDLE_IDENTIFIER = @"com.bitgapp.eqMac2Helper";
NSString * const DRIVER_UID = @"EQMAC2.1_DRIVER_ENGINE";
NSString * const API_URL = @"http://localhost:3000";//@"https://eqmac-api.bitgapp.com";
NSString * const API_URL = @"https://eqmac-api.bitgapp.com";
NSString * const APP_URL = @"https://bitgapp.com/eqmac/";
NSString * const SUPPORT_URL = @"https://bitgapp.com/eqmac/#/donate";
NSString * const HELP_URL = @"https://go.crisp.chat/chat/embed/?website_id=d43e2906-97e3-4c50-82ea-6fa04383b983";