Skip to content

Commit cca8624

Browse files
committed
Make rest client available via Plugin API
1 parent 78fc2ed commit cca8624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ fc.pluginApi = {
381381
return fc.pubsub;
382382
},
383383
// access to the Swagger rest client
384-
rest: function() {
384+
getRest: function() {
385385
return rest.client;
386386
}
387387
};

0 commit comments

Comments
 (0)