diff --git a/src/service/http_service.ts b/src/service/http_service.ts index 98a7a52..106f3ad 100644 --- a/src/service/http_service.ts +++ b/src/service/http_service.ts @@ -1,5 +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/" interface HttpService { get: (route: string, succes: () => any, error: () => any) => any