mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	update: fix guest
This commit is contained in:
		| @@ -17,7 +17,7 @@ class GuestRoute | ||||
|             $router->post('/order/stripeNotify', 'Guest\\OrderController@stripeNotify'); | ||||
|             $router->post('/order/bitpayXNotify', 'Guest\\OrderController@bitpayXNotify'); | ||||
|             $router->post('/order/mgateNotify', 'Guest\\OrderController@mgateNotify'); | ||||
|             $router->post('/order/epayNotify', 'Guset\\OrderController@epayNotify'); | ||||
|             $router->post('/order/epayNotify', 'Guest\\OrderController@epayNotify'); | ||||
|             // Telegram | ||||
|             $router->post('/telegram/webhook', 'Guest\\TelegramController@webhook'); | ||||
|         }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user