Use body instead of form for post request
This commit is contained in:
		
							parent
							
								
									9f86ee8d32
								
							
						
					
					
						commit
						0ec9e21de6
					
				| @ -19,7 +19,7 @@ module.exports.create = function(config) { | ||||
| 				'Content-Type': 'application/json' | ||||
| 			}, | ||||
| 			json: true, | ||||
| 			form: form | ||||
| 			body: form | ||||
| 		}; | ||||
| 		return request(req).then(function(resp) { | ||||
| 			if (2 !== Math.floor(resp.statusCode / 100)) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user