Skip to content

Commit

Permalink
改为https, 因为部署到了github page, 其域名是Https, 请求因为跨域被block了
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtzzz committed May 30, 2023
1 parent 248e934 commit 6a6481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ApiUrl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// const BASE_URL = 'http://localhost:8088'
const BASE_URL = 'http://112.74.80.115:8088'
const BASE_URL = 'https://112.74.80.115:8088'

const API_GET_ALL_PLAYERS = BASE_URL + '/getAllPlayers'

Expand Down

0 comments on commit 6a6481c

Please sign in to comment.