Compare commits
	
		
			1 Commits
		
	
	
		
			7b2a843664
			...
			06-05-a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 51878972c6 | 
| @ -227,7 +227,7 @@ public class ToolTypesRepository : IToolTypesRepository | ||||
|                 { | ||||
|                     HttpClient httpClient = _HttpClientFactory.CreateClient(); | ||||
|                     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; | ||||
|                 } | ||||
|                 catch (Exception ex) { result = ex.Message; } | ||||
|  | ||||
| @ -15,3 +15,6 @@ Accept: application/json | ||||
| ### | ||||
| GET {{host}}/111/header | ||||
| Accept: application/json | ||||
|  | ||||
| ### | ||||
| GET https://oi-metrology-viewer-prod.mes.infineon.com/api/InfinityQSV3/CDE4_250520183333000/header | ||||
		Reference in New Issue
	
	Block a user