Browse Source

Configured for Internal Use

APIIntegration
rpm-mcarman 3 years ago
parent
commit
424abdb108
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      RESTObjects/RESTService.cs

+ 1
- 1
RESTObjects/RESTService.cs View File

@@ -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()


Loading…
Cancel
Save