|
|
@@ -28,7 +28,7 @@ public class CloudPlatformClient {
|
|
|
private final RestTemplate restTemplate;
|
|
|
private final AesGcmCipher aesGcmCipher;
|
|
|
|
|
|
- @Value("${cloud.integration.api-base-url:http://192.168.10.165:13200/offline-api/issue/cloud/config/testConnection}")
|
|
|
+ @Value("${cloud.integration.api-base-url:http://192.168.10.165:13200/offline-api/service-issue/cloud/config/testConnection}")
|
|
|
private String apiBaseUrl;
|
|
|
|
|
|
public CloudPlatformClient(RestTemplateBuilder restTemplateBuilder, AesGcmCipher aesGcmCipher) {
|