feat(onpoint): get inventories #17
			
				
			
		
		
		
	| 
						 | 
					@ -237,6 +237,7 @@ func (c *Client) requestHttpViaNats(data model.CommunicationRequestHttp, res int
 | 
				
			||||||
		httputil.HeaderKeyContentType: httputil.HeaderValueApplicationJSON,
 | 
							httputil.HeaderKeyContentType: httputil.HeaderValueApplicationJSON,
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	data.Payload.Query = map[string]string{}
 | 
						data.Payload.Query = map[string]string{}
 | 
				
			||||||
 | 
						data.Payload.URL = u.String()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return ec.Request(subject.Communication.RequestHTTP, data, res)
 | 
						return ec.Request(subject.Communication.RequestHTTP, data, res)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue