Compare commits

..

No commits in common. "01a693f36ae6c8db3ac90b004e6921f54c717129" and "93651891ab1f16dd7b07f380e3cbd918a4ff9181" 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.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/doc" baseURLProd = "https://ext-api.tnclog.vn"
) )
const ( const (