updated server url
This commit is contained in:
parent
5b147a1aa7
commit
aab0782252
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user