Compare commits

..

No commits in common. "d60dfd7673245e5f6f220314ac73691f0d1cc83f" and "5aebf6a070ab01501d1cee3b1ea27a2f970aff6a" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -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 (