get pdf from axios utility in node.js – Nginx
I have created a utility function which is supposed to be common for all the api requests in node.js express app. function axiosCall(method, endpoint, body) { let requestConfig = { url: encodeURI(`${endpoint.host}:${endpoint.port}${endpoint.path}`), method: method, //can be POST, GET, etc proxy:…