Delete dronesController.ts
This commit is contained in:
		
							parent
							
								
									c933fc19c5
								
							
						
					
					
						commit
						099600e79f
					
				@ -1,11 +0,0 @@
 | 
				
			|||||||
import { RequestHandler } from "express";
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const dronesController: RequestHandler = (_req, res) => {
 | 
					 | 
				
			||||||
    res.writeHead(200, {
 | 
					 | 
				
			||||||
        "Content-Type": "text/html",
 | 
					 | 
				
			||||||
        "Content-Length": "3"
 | 
					 | 
				
			||||||
    });
 | 
					 | 
				
			||||||
    res.end(Buffer.from([0x7b, 0x7d, 0x0a]));
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
export { dronesController };
 | 
					 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user