Set UriSIT02 as default

This commit is contained in:
2025-08-13 16:42:59 +09:00
parent 8f124e6944
commit 433f208aba

View File

@ -89,7 +89,7 @@ namespace Hcs.ClientApi
return IsPPAK ?
$"https://{HcsConstants.Address.UriPPAK}/{endpointName}"
: $"https://{HcsConstants.Address.UriSIT01}/{endpointName}";
: $"https://{HcsConstants.Address.UriSIT02}/{endpointName}";
}
}
}