diff --git a/routes/web.php b/routes/web.php index 76310915a8..40560c851d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -32,6 +32,4 @@ Route::post('password/reset', 'Auth\ResetPasswordController@reset')->name('passw */ Route::group(['middleware' => ['url_db']], function () { Route::get('/user/confirm/{confirmation_code}', 'UserController@confirm'); -}); - -Route::post('payment_webhook/{company_key}/{$gateway_id}'); \ No newline at end of file +}); \ No newline at end of file