update tnc path
This commit is contained in:
parent
2d7b0b5662
commit
83b1969941
|
@ -31,10 +31,10 @@ const (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
baseURLAuthStaging = "https://auth.stg.vnfai.com"
|
baseURLAuthStaging = "https://auth.stg.vnfai.com"
|
||||||
baseURLStaging = "https://ext-api.stg.vnfai.com"
|
baseURLStaging = "https://ext.stg.vnfai.com"
|
||||||
|
|
||||||
baseURLAuthProd = "https://auth.vnfai.com"
|
baseURLAuthProd = "https://auth.vnfai.com"
|
||||||
baseURLProd = "https://ext-api.vnfai.com"
|
baseURLProd = "https://ext.vnfai.com"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue