Compare commits
2 Commits
d60dfd7673
...
328662cc95
Author | SHA1 | Date |
---|---|---|
|
328662cc95 | |
|
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