Skip to content

Commit 9d60cc2

Browse files
author
Amun Dhak
committed
Update getSubscription URL
1 parent bb7e0af commit 9d60cc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎v1.1/FMEServer.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ var FMEServer = ( function() {
739739
getSubscription : function(name, callback) {
740740
callback = callback || null;
741741
name = encodeURIComponent(name).replace(/%20/g, '+');
742-
var url = buildURL('{{svr}}/fmerest/{{ver}}/notifications/subscription/' + name);
742+
var url = buildURL('{{svr}}/fmerest/{{ver}}/notifications/subscriptions/' + name);
743743
ajax(url, callback);
744744
},
745745

0 commit comments

Comments
 (0)