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 61eb260 commit b41e636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/api.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import axios from 'axios'

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

// 协议
export const protocol = 'http'
export const protocol = 'https';
export const wsProtocol = protocol === 'http' ? 'ws' : 'wss'


Expand Down

0 comments on commit b41e636

Please sign in to comment.