mirror of
				https://git.bakhai.co.in/FbIN/4Get.git
				synced 2025-11-04 12:01:31 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
header("Content-Type: application/json");
 | 
						|
http_response_code(404);
 | 
						|
 | 
						|
echo json_encode(
 | 
						|
	[
 | 
						|
		"status" => "Unknown endpoint"
 | 
						|
	]
 | 
						|
);
 |