From 2e15e58f12dd3278e6af13aeb82d3467b4136ba2 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 9 Jun 2020 19:01:10 +1000 Subject: [PATCH] Fix for bad rouite --- routes/web.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/routes/web.php b/routes/web.php index 76310915a83e..40560c851dd5 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