Compare commits
No commits in common. "5c20536492faf89d4400e4c13b225e05ac4f9430" and "91e69993afe86a0b7f98543a5bd231d748f46889" have entirely different histories.
5c20536492
...
91e69993af
|
@ -20,8 +20,9 @@ const (
|
|||
baseURLStag = "https://stg-gw.viettelpost.vn"
|
||||
baseURLAuthStag = "https://stg-keycloak.viettelpost.vn"
|
||||
|
||||
baseURLProd = "https://gw.viettelpost.vn"
|
||||
baseURLAuthProd = "https://dws-sso.viettelpost.vn"
|
||||
// TODO: update prod url
|
||||
baseURLProd = ""
|
||||
baseURLAuthProd = ""
|
||||
|
||||
pathAuth = "/realms/wms/protocol/openid-connect/token"
|
||||
pathUpdateORLogisticInfo = "/wms-core/api/v1/obms/outbound-request/outbound-request-partner/%s"
|
||||
|
|
Loading…
Reference in New Issue