url
This commit is contained in:
parent
e6b20fdaa4
commit
c9cd0cdf24
|
|
@ -1 +1,4 @@
|
|||
export const url: string = "http://95.85.126.122/api/v1";
|
||||
const https: boolean = false;
|
||||
export const url: string = https
|
||||
? "https://turkmenistaninfo.gov.tm/app/api/v1"
|
||||
: "http://turkmenistaninfo.gov.tm/app/api/v1";
|
||||
|
|
|
|||
Loading…
Reference in New Issue