This commit is contained in:
root
2019-12-21 00:01:11 +08:00
parent f630504fe9
commit b7f37bbe63
3 changed files with 2 additions and 8 deletions

View File

@ -113,7 +113,6 @@ Route::prefix('v1')
// Order
Route::post('order/alipayNotify', 'Guest\\OrderController@alipayNotify');
Route::post('order/stripeNotify', 'Guest\\OrderController@stripeNotify');
Route::get ('order/stripeReturn', 'Guest\\OrderController@stripeReturn');
});
// Client
Route::prefix('client')