Merge branch 'change-api-tnc-to-odn' into develop
This commit is contained in:
commit
d60dfd7673
|
@ -30,11 +30,11 @@ const (
|
|||
)
|
||||
|
||||
const (
|
||||
baseURLAuthStaging = "https://auth.stg.tnclog.vn"
|
||||
baseURLStaging = "https://ext-api.stg.tnclog.vn"
|
||||
baseURLAuthStaging = "https://auth.stg.vnfai.com"
|
||||
baseURLStaging = "https://ext-api.stg.vnfai.com"
|
||||
|
||||
baseURLAuthProd = "https://auth.tnclog.vn"
|
||||
baseURLProd = "https://ext-api.tnclog.vn"
|
||||
baseURLAuthProd = "https://auth.vnfai.com"
|
||||
baseURLProd = "https://ext-api.vnfai.com"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue