update tnc path

This commit is contained in:
Sinh 2023-08-16 11:58:56 +07:00
parent 2d7b0b5662
commit 83b1969941
1 changed files with 2 additions and 2 deletions

View File

@ -31,10 +31,10 @@ const (
const (
baseURLAuthStaging = "https://auth.stg.vnfai.com"
baseURLStaging = "https://ext-api.stg.vnfai.com"
baseURLStaging = "https://ext.stg.vnfai.com"
baseURLAuthProd = "https://auth.vnfai.com"
baseURLProd = "https://ext-api.vnfai.com"
baseURLProd = "https://ext.vnfai.com"
)
const (