change vtp base url

This commit is contained in:
Sinh 2024-12-05 16:38:09 +07:00
parent cb517934a3
commit 574899c08d
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ import (
)
const (
baseURLStag = "https://gw.viettelpost.vn"
baseURLAuthStag = "https://dws-sso.viettelpost.vn"
baseURLStag = "https://stg-gw.viettelpost.vn"
baseURLAuthStag = "https://stg-keycloak.viettelpost.vn"
baseURLProd = "https://gw.viettelpost.vn"
baseURLAuthProd = "https://dws-sso.viettelpost.vn"