diff --git a/src/service/http_service.ts b/src/service/http_service.ts index 3d06988..106f3ad 100644 --- a/src/service/http_service.ts +++ b/src/service/http_service.ts @@ -1,8 +1,8 @@ -export const serverAdress = "http://localhost:5000" -export const wsServerAdress = "ws://localhost:5000" +//export const serverAdress = "http://localhost:5000" +//export const wsServerAdress = "ws://localhost:5000" -//export const serverAdress = "https://halitaksoy.com/mancala" -//export const wsServerAdress = "wss://halitaksoy.com/mancala/" +export const serverAdress = "https://halitaksoy.com/mancala" +export const wsServerAdress = "wss://halitaksoy.com/mancala/" interface HttpService { get: (route: string, succes: () => any, error: () => any) => any