Skip to content

Commit

Permalink
Updated API list.
Browse files Browse the repository at this point in the history
  • Loading branch information
weiran committed May 8, 2013
1 parent 05479b6 commit 065c73a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Hackers/Hackers-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>12</string>
<string>13</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down
2 changes: 1 addition & 1 deletion Hackers/WZHackersDataAPI.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2012 Weiran Zhang. All rights reserved.
//

#define BACKUP_API_ENDPOINTS @[@"http://hackers.rs.af.cm", @"http://node-hnapi.herokuapp.com", @"http://node-hnapi.ap01.aws.af.cm", @"http://node-hnapi-hp.hp.af.cm", @"http://node-hnapi-rs.rs.af.cm", @"http://node-hnapi.azurewebsites.net"]
#define BACKUP_API_ENDPOINTS @[@"http://node-hackers.hp.af.cm/", @"http://node-hnapi.herokuapp.com", @"http://node-hnapi.ap01.aws.af.cm", @"http://node-hnapi-hp.hp.af.cm", @"http://node-hnapi.azurewebsites.net"]
#define TOP_NEWS_PATH @"news"
#define NEW_NEWS_PATH @"newest"
#define ASK_HN_PATH @"ask"
Expand Down

0 comments on commit 065c73a

Please sign in to comment.