Compare commits

...

1 Commits

Author SHA1 Message Date
Sinh 3c9e732552 feat(vtp): change base url 2024-12-05 14:06:34 +07:00
1 changed files with 2 additions and 2 deletions

View File

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