|
@@ -84,7 +84,7 @@ public class UserService {
|
|
|
private AssetRepo assetRepo;
|
|
private AssetRepo assetRepo;
|
|
|
private RestTemplateUtils restTemplateUtils;
|
|
private RestTemplateUtils restTemplateUtils;
|
|
|
|
|
|
|
|
- private final String url = "https://raex.vip/user/synchronizationData";
|
|
|
|
|
|
|
+ private final String url = "https://www.raex.vip/user/synchronizationData";
|
|
|
// private final String url = "http://localhost:8080/user/synchronizationData";
|
|
// private final String url = "http://localhost:8080/user/synchronizationData";
|
|
|
|
|
|
|
|
public User update(User user) {
|
|
public User update(User user) {
|