Compare commits

..

No commits in common. "5c20536492faf89d4400e4c13b225e05ac4f9430" and "91e69993afe86a0b7f98543a5bd231d748f46889" have entirely different histories.

1 changed files with 3 additions and 2 deletions

View File

@ -20,8 +20,9 @@ const (
baseURLStag = "https://stg-gw.viettelpost.vn" baseURLStag = "https://stg-gw.viettelpost.vn"
baseURLAuthStag = "https://stg-keycloak.viettelpost.vn" baseURLAuthStag = "https://stg-keycloak.viettelpost.vn"
baseURLProd = "https://gw.viettelpost.vn" // TODO: update prod url
baseURLAuthProd = "https://dws-sso.viettelpost.vn" baseURLProd = ""
baseURLAuthProd = ""
pathAuth = "/realms/wms/protocol/openid-connect/token" pathAuth = "/realms/wms/protocol/openid-connect/token"
pathUpdateORLogisticInfo = "/wms-core/api/v1/obms/outbound-request/outbound-request-partner/%s" pathUpdateORLogisticInfo = "/wms-core/api/v1/obms/outbound-request/outbound-request-partner/%s"