fix(mobile): update server address
This commit is contained in:
parent
5d4ce2799c
commit
72aa95ca97
@ -10,8 +10,8 @@ export const server: Server = useLocalServer ? {
|
||||
serverAdress: "http://localhost:5005",
|
||||
wsServerAdress: "ws://localhost:5005",
|
||||
} : {
|
||||
serverAdress: "https://mancala.segin.one",
|
||||
wsServerAdress: "wss://mancala.segin.one",
|
||||
serverAdress: "https://api.playmancala.app",
|
||||
wsServerAdress: "wss://api.playmancala.app",
|
||||
};
|
||||
|
||||
export const WEB_APP_URL = "https://playmancala.app";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user