Skip to content

Commit

Permalink
update API_ENDPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue authored Oct 21, 2016
1 parent a32fd90 commit 98443c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PHPHub/Constants/APIConstant.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define QiniuUploadTokenIdentifier @"QiniuUploadTokenIdentifier"

#if DEBUG
#define APIBaseURL @"https://staging_api.phphub.org/v1"
#define APIBaseURL @"http://staging.phphub.org/v1"
#else
#define APIBaseURL @"https://api.phphub.org/v1"
#endif
Expand All @@ -29,4 +29,4 @@

#define UpdateNoticeCount @"UpdateNoticeCount"
#define KeyChainService @"PHPHubService"
#define KeyChainAccount @"com.PHPHub.keychain"
#define KeyChainAccount @"com.PHPHub.keychain"

0 comments on commit 98443c7

Please sign in to comment.