mirror of
https://github.com/v2board/v2board.git
synced 2025-04-15 14:12:36 +08:00
update
This commit is contained in:
parent
4ceca1957f
commit
7543819ef2
@ -133,7 +133,7 @@ Route::prefix('v1')
|
|||||||
// Order
|
// Order
|
||||||
Route::post('order/alipayNotify', 'Guest\\OrderController@alipayNotify');
|
Route::post('order/alipayNotify', 'Guest\\OrderController@alipayNotify');
|
||||||
Route::post('order/stripeNotify', 'Guest\\OrderController@stripeNotify');
|
Route::post('order/stripeNotify', 'Guest\\OrderController@stripeNotify');
|
||||||
Route::post('order/bitpayXNotify', 'Guest\\OrderController@bixpayXNotify');
|
Route::post('order/bitpayXNotify', 'Guest\\OrderController@bitpayXNotify');
|
||||||
});
|
});
|
||||||
// Client
|
// Client
|
||||||
Route::prefix('client')
|
Route::prefix('client')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user