Skip to content

Commit

Permalink
use api subdomain in production
Browse files Browse the repository at this point in the history
  • Loading branch information
justincy committed Oct 9, 2017
1 parent a80c1d8 commit edd7f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FamilySearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ FamilySearch.prototype.identHost = function(){
FamilySearch.prototype.platformHost = function(){
switch (this.environment) {
case 'production':
return 'https://familysearch.org';
return 'https://api.familysearch.org';
case 'beta':
return 'https://beta.familysearch.org';
default:
Expand Down

0 comments on commit edd7f0a

Please sign in to comment.