Viewer_ to Viewer

This commit is contained in:
Mike Phares 2025-06-05 09:00:18 -07:00
parent 6f52566fc2
commit 51878972c6
2 changed files with 4 additions and 1 deletions

View File

@ -227,7 +227,7 @@ public class ToolTypesRepository : IToolTypesRepository
{ {
HttpClient httpClient = _HttpClientFactory.CreateClient(); HttpClient httpClient = _HttpClientFactory.CreateClient();
httpClient.BaseAddress = new(_AppSettings.ApiFileShare); httpClient.BaseAddress = new(_AppSettings.ApiFileShare);
_FileShareRepository.CopyFile(httpClient, processDataStandardFormat, Path.Combine(directly, $"Viewer_{Path.GetFileName(processDataStandardFormat)}")); _FileShareRepository.CopyFile(httpClient, processDataStandardFormat, Path.Combine(directly, $"Viewer{Path.GetFileName(processDataStandardFormat)}"));
result = null; result = null;
} }
catch (Exception ex) { result = ex.Message; } catch (Exception ex) { result = ex.Message; }

View File

@ -15,3 +15,6 @@ Accept: application/json
### ###
GET {{host}}/111/header GET {{host}}/111/header
Accept: application/json Accept: application/json
###
GET https://oi-metrology-viewer-prod.mes.infineon.com/api/InfinityQSV3/CDE4_250520183333000/header