mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 21:57:50 +08:00
update frontend
This commit is contained in:
@ -11,7 +11,7 @@ class GuestRoute
|
||||
'prefix' => 'guest'
|
||||
], function ($router) {
|
||||
// Plan
|
||||
$router->get('/plan/fetch', 'Guest\\PlanController@fetch');
|
||||
$router->get ('/plan/fetch', 'Guest\\PlanController@fetch');
|
||||
// Order
|
||||
$router->post('/order/alipayNotify', 'Guest\\OrderController@alipayNotify');
|
||||
$router->post('/order/stripeNotify', 'Guest\\OrderController@stripeNotify');
|
||||
|
Reference in New Issue
Block a user