mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge pull request #630 from lostinthestory/swagger-gen
Added support for swagger doc to HTTP-In
This commit is contained in:
@@ -50,6 +50,7 @@ module.exports = function(RED) {
|
||||
|
||||
this.url = n.url;
|
||||
this.method = n.method;
|
||||
this.swaggerDoc = n.swaggerDoc;
|
||||
|
||||
var node = this;
|
||||
|
||||
|
Reference in New Issue
Block a user