修改API domain

This commit is contained in:
Raymond Yang
2023-06-27 17:36:45 +08:00
parent a8c1c401d4
commit 62c2be087f
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ document
function newMember(nickName, playerName, gameUid, discordId) {
// 发送登录请求
axios.post("http://127.0.0.1:10001/api/member", {
axios.post("https://pcredive.ray650128.com/backend/api/member", {
playerName: playerName,
nickName: nickName,
discordID: discordId,