Merge pull request #630 from lostinthestory/swagger-gen

Added support for swagger doc to HTTP-In
This commit is contained in:
Nick O'Leary
2015-05-01 09:32:57 +01:00
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;