Skip to content

Commit

Permalink
Fix Aliyun auth server address
Browse files Browse the repository at this point in the history
  • Loading branch information
houtianze committed Aug 31, 2022
1 parent d7ffb48 commit 14c6153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bypy/res/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Vercel server failed, Authorizing with the cloudendpoint server ..."
],
[
"https://8.142.131.12/auth",
"https://8.142.131.121:8443/auth",
false,
"Vercel server failed. Last resort: authorizing with the Aliyun server ..."
]
Expand All @@ -28,7 +28,7 @@
"Vercel server failed, Refreshing with the cloudendpoint server ..."
],
[
"https://8.142.131.12/refresh",
"https://8.142.131.121:8443/refresh",
false,
"Vercel server failed. Last resort: refreshing with the Aliyun server ..."
]
Expand Down

0 comments on commit 14c6153

Please sign in to comment.