Compare commits
No commits in common. "d60dfd7673245e5f6f220314ac73691f0d1cc83f" and "5aebf6a070ab01501d1cee3b1ea27a2f970aff6a" have entirely different histories.
d60dfd7673
...
5aebf6a070
|
@ -30,11 +30,11 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
baseURLAuthStaging = "https://auth.stg.vnfai.com"
|
baseURLAuthStaging = "https://auth.stg.tnclog.vn"
|
||||||
baseURLStaging = "https://ext-api.stg.vnfai.com"
|
baseURLStaging = "https://ext-api.stg.tnclog.vn"
|
||||||
|
|
||||||
baseURLAuthProd = "https://auth.vnfai.com"
|
baseURLAuthProd = "https://auth.tnclog.vn"
|
||||||
baseURLProd = "https://ext-api.vnfai.com"
|
baseURLProd = "https://ext-api.tnclog.vn"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue