Skip to content

Commit bbb8fce

Browse files
committed
Correct path
1 parent f4f3fda commit bbb8fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/notification_client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ NotificationClient.prototype.notify = function(interests, notification, callback
3030
requests.send(this.config, {
3131
method: "POST",
3232
body: body,
33-
path: "/notification"
33+
path: "/notifications"
3434
}, callback);
3535
}
3636

0 commit comments

Comments
 (0)