mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	HTTP In GET error handler fix
This commit is contained in:
		| @@ -58,7 +58,7 @@ function HTTPIn(n) { | ||||
|         else node.send({req:req,res:res}); | ||||
|     } | ||||
|     if (this.method == "get") { | ||||
|         RED.app.get(this.url,this.callback,errorHandler); | ||||
|         RED.app.get(this.url,this.callback,this.errorHandler); | ||||
|     } else if (this.method == "post") { | ||||
|         RED.app.post(this.url,jsonParser,urlencParser,rawBodyParser,this.callback,this.errorHandler); | ||||
|     } else if (this.method == "put") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user