Skip to content

Commit

Permalink
Add one more API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Apr 16, 2013
1 parent df90180 commit d1d9ac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/libs/hnapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
'http://node-hnapi.azurewebsites.net/', // Windows Azure (North EU)
'http://node-hnapi-asia.azurewebsites.net/', // Windows Azure (East Asia)
'http://node-hnapi-eus.azurewebsites.net/', // Windows Azure (East US)
'http://node-hnapi-weu.azurewebsites.net/' // Windows Azure (West EU)
'http://node-hnapi-weu.azurewebsites.net/', // Windows Azure (West EU)
'http://node-hnapi-wus.azurewebsites.net/' // Windows Azure (West US)
];
var shuffle = function(array){ // Fisher-Yates
for (var i = array.length - 1; i > 0; i--){
Expand Down

0 comments on commit d1d9ac1

Please sign in to comment.