Compare commits

..

2 Commits

Author SHA1 Message Date
Sinh 328662cc95 Merge branch 'change-api-tnc-to-odn' into develop 2023-08-16 11:59:14 +07:00
Sinh 83b1969941 update tnc path 2023-08-16 11:58:56 +07:00
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 (