瀏覽代碼

Configured for Internal Use

APIIntegration
rpm-mcarman 3 年之前
父節點
當前提交
424abdb108
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      RESTObjects/RESTService.cs

+ 1
- 1
RESTObjects/RESTService.cs 查看文件

@@ -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…
取消
儲存