Skip to content

Commit

Permalink
game
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryDu0123 committed Mar 6, 2024
1 parent aef172d commit 5baabef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/api.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios'

// API服务器地址
export const apiURL = '172.31.6.65:5000'
export const apiURL = 'ec2-43-198-87-142.ap-east-1.compute.amazonaws.com:5000'

// 协议
export const protocol = 'http'
Expand Down

0 comments on commit 5baabef

Please sign in to comment.