mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	remove: old route
This commit is contained in:
		| @@ -12,12 +12,6 @@ class GuestRoute | ||||
|         ], function ($router) { | ||||
|             // Plan | ||||
|             $router->get ('/plan/fetch', 'Guest\\PlanController@fetch'); | ||||
|             // Order | ||||
|             $router->post('/order/alipayNotify', 'Guest\\OrderController@alipayNotify'); | ||||
|             $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', 'Guest\\OrderController@epayNotify'); | ||||
|             // Telegram | ||||
|             $router->post('/telegram/webhook', 'Guest\\TelegramController@webhook'); | ||||
|             // Payment | ||||
|   | ||||
		Reference in New Issue
	
	Block a user