|
|
|
@@ -10,7 +10,7 @@ namespace jdis_import.RESTObjects |
|
|
|
{ |
|
|
|
public class RESTService |
|
|
|
{ |
|
|
|
private string _baseUrl = "https://servicesbrandt.rpmindustries.com";//:8081"; |
|
|
|
private string _baseUrl = "http://servicesbrandt.rpmindustries.com:8081"; |
|
|
|
private HttpClient _httpClient; |
|
|
|
|
|
|
|
public RESTService() |
|
|
|
|