mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	| @@ -177,6 +177,9 @@ module.exports = function(RED) { | ||||
|                 return; | ||||
|             } | ||||
|             this.url = n.url; | ||||
|             if (this.url[0] !== '/') { | ||||
|                 this.url = '/'+this.url; | ||||
|             } | ||||
|             this.method = n.method; | ||||
|             this.upload = n.upload; | ||||
|             this.swaggerDoc = n.swaggerDoc; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user