Compare commits

..

4 Commits

Author SHA1 Message Date
sinhluu 01a693f36a Merge pull request 'change-api-tnc-to-odn' (#7) from change-api-tnc-to-odn into master
Reviewed-on: #7
2023-08-22 06:44:10 +00:00
Sinh 1e16cae1e3 change api odn host 2023-08-22 13:43:30 +07:00
Sinh 83b1969941 update tnc path 2023-08-16 11:58:56 +07:00
Sinh 2d7b0b5662 change tnc api path 2023-08-16 10:01:10 +07:00
1 changed files with 4 additions and 4 deletions

View File

@ -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.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/doc"
)
const (