Compare commits
No commits in common. "01a693f36ae6c8db3ac90b004e6921f54c717129" and "93651891ab1f16dd7b07f380e3cbd918a4ff9181" have entirely different histories.
01a693f36a
...
93651891ab
|
@ -30,11 +30,11 @@ const (
|
|||
)
|
||||
|
||||
const (
|
||||
baseURLAuthStaging = "https://auth.stg.vnfai.com"
|
||||
baseURLStaging = "https://ext.stg.vnfai.com"
|
||||
baseURLAuthStaging = "https://auth.stg.tnclog.vn"
|
||||
baseURLStaging = "https://ext-api.stg.tnclog.vn"
|
||||
|
||||
baseURLAuthProd = "https://auth.vnfai.com"
|
||||
baseURLProd = "https://ext-api.vnfai.com/doc"
|
||||
baseURLAuthProd = "https://auth.tnclog.vn"
|
||||
baseURLProd = "https://ext-api.tnclog.vn"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue