updated server url
This commit is contained in:
parent
428014e76f
commit
3600ef7341
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user