updated server url

This commit is contained in:
jhalitaksoy 2021-06-30 22:23:38 +03:00
parent 5b147a1aa7
commit aab0782252

View File

@ -1,5 +1,8 @@
export const serverAdress = "http://localhost:5000" //export const serverAdress = "http://localhost:5000"
export const wsServerAdress = "ws://localhost:5000" //export const wsServerAdress = "ws://localhost:5000"
export const serverAdress = "https://halitaksoy.com/mancala"
export const wsServerAdress = "wss://halitaksoy.com/mancala/"
interface HttpService { interface HttpService {
get: (route: string, succes: () => any, error: () => any) => any get: (route: string, succes: () => any, error: () => any) => any