|  |  |  | @ -53,7 +53,7 @@ module.exports = function (fastify, opts, next) { | 
			
		
	
		
			
				
					|  |  |  |  |                 }, | 
			
		
	
		
			
				
					|  |  |  |  |              }, | 
			
		
	
		
			
				
					|  |  |  |  |                 capacity: { type: "string"}, | 
			
		
	
		
			
				
					|  |  |  |  |                 price: {type : "string"}, | 
			
		
	
		
			
				
					|  |  |  |  |                // price: {type : "string"},
 | 
			
		
	
		
			
				
					|  |  |  |  |                 // status: {type: "string"}
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |               | 
			
		
	
	
		
			
				
					|  |  |  | @ -591,8 +591,8 @@ module.exports = function (fastify, opts, next) { | 
			
		
	
		
			
				
					|  |  |  |  |         url: '/connection-status', | 
			
		
	
		
			
				
					|  |  |  |  |         schema: { | 
			
		
	
		
			
				
					|  |  |  |  |           tags: ["Supplier"], | 
			
		
	
		
			
				
					|  |  |  |  |           description: "This is for Get Tank Data for status connected or not", | 
			
		
	
		
			
				
					|  |  |  |  |           summary: "This is for to Get Tank Data for status connected or not", | 
			
		
	
		
			
				
					|  |  |  |  |           description: "This is for Get Tankers Data for status connected or not", | 
			
		
	
		
			
				
					|  |  |  |  |           summary: "This is for to Get Tankers Data for status connected or not", | 
			
		
	
		
			
				
					|  |  |  |  |           querystring: { | 
			
		
	
		
			
				
					|  |  |  |  |             type: 'object', | 
			
		
	
		
			
				
					|  |  |  |  |             properties: { | 
			
		
	
	
		
			
				
					|  |  |  | @ -607,6 +607,7 @@ module.exports = function (fastify, opts, next) { | 
			
		
	
		
			
				
					|  |  |  |  |             }, | 
			
		
	
		
			
				
					|  |  |  |  |           ], | 
			
		
	
		
			
				
					|  |  |  |  |         }, | 
			
		
	
		
			
				
					|  |  |  |  |      | 
			
		
	
		
			
				
					|  |  |  |  |         handler: tankersController.connectionStatus | 
			
		
	
		
			
				
					|  |  |  |  |       }); | 
			
		
	
		
			
				
					|  |  |  |  |        | 
			
		
	
	
		
			
				
					|  |  |  | 
 |