Compare commits
4 Commits
93651891ab
...
01a693f36a
Author | SHA1 | Date |
---|---|---|
|
01a693f36a | |
|
1e16cae1e3 | |
|
83b1969941 | |
|
2d7b0b5662 |
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue