|  |  |  | @ -14,8 +14,8 @@ exports.options = { | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |     // We have to change this beacause this is running on local 
 | 
			
		
	
		
			
				
					|  |  |  |  |     // we have to run on this on swagger
 | 
			
		
	
		
			
				
					|  |  |  |  |      host: "localhost:5000",  //Devlopemnt host on lcoal
 | 
			
		
	
		
			
				
					|  |  |  |  |     //host: "35.207.198.4:3000", //Production for swagger
 | 
			
		
	
		
			
				
					|  |  |  |  |      //host: "localhost:5000",  //Devlopemnt host on lcoal
 | 
			
		
	
		
			
				
					|  |  |  |  |     host: "35.207.198.4:3000", //Production for swagger
 | 
			
		
	
		
			
				
					|  |  |  |  |     schemes: ["http"], | 
			
		
	
		
			
				
					|  |  |  |  |     consumes: ["application/json"], | 
			
		
	
		
			
				
					|  |  |  |  |     produces: ["application/json"], | 
			
		
	
	
		
			
				
					|  |  |  | 
 |