-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
When i send the patch request, it's throwing function not found exception.
http = new HttpClient("baseurl");
response = http.patch("service","body")
After adding the below code to http-client.js file in node module it's working
patch(url, body, headers) {
return this.send('PUT', url, body, headers);
}
We may need to add this code there. Let me know if i am missing anything. Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels