Added support for swagger doc to HTTP-In

This commit is contained in:
Cody Walker
2015-04-24 13:53:38 -05:00
parent c016b102eb
commit e9ce519e4b
2 changed files with 10 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ module.exports = function(RED) {
this.url = n.url;
this.method = n.method;
this.swaggerDoc = n.swaggerDoc;
var node = this;