We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f3fda commit bbb8fceCopy full SHA for bbb8fce
lib/notification_client.js
@@ -30,7 +30,7 @@ NotificationClient.prototype.notify = function(interests, notification, callback
30
requests.send(this.config, {
31
method: "POST",
32
body: body,
33
- path: "/notification"
+ path: "/notifications"
34
}, callback);
35
}
36
0 commit comments