Skip to content

Commit

Permalink
New domain for authentication service
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed May 16, 2017
1 parent b9cd9c4 commit 23adf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const tokenAPI = state =>
() =>
new Promise((resolve, reject) => {
request({
uri: 'https://release-auth.now.sh',
uri: 'https://release-auth.zeit.sh',
qs: {
state
},
Expand Down

0 comments on commit 23adf95

Please sign in to comment.