This commit is contained in:
root 2020-01-03 01:47:15 +08:00
parent 4ceca1957f
commit 7543819ef2

View File

@ -133,7 +133,7 @@ Route::prefix('v1')
// Order
Route::post('order/alipayNotify', 'Guest\\OrderController@alipayNotify');
Route::post('order/stripeNotify', 'Guest\\OrderController@stripeNotify');
Route::post('order/bitpayXNotify', 'Guest\\OrderController@bixpayXNotify');
Route::post('order/bitpayXNotify', 'Guest\\OrderController@bitpayXNotify');
});
// Client
Route::prefix('client')