changed server adress

This commit is contained in:
jhalitaksoy 2021-07-04 01:52:56 +03:00
parent c8e354c159
commit d3f79737e0

View File

@ -8,7 +8,7 @@ export const server: Server = {
wsServerAdress: "wss://halitaksoy.com/mancala/",
}
const useLocal = true
const useLocal = false
if (useLocal) {
server.serverAdress = "http://localhost:5000"