diff --git a/app/controllers/webhooks_controller.rb b/app/controllers/webhooks_controller.rb index b7597cfd9..c9773cc03 100644 --- a/app/controllers/webhooks_controller.rb +++ b/app/controllers/webhooks_controller.rb @@ -29,7 +29,7 @@ class WebhooksController < ApplicationController def destroy @webhook.destroy! - redirect_to collection_webhooks_path, status: :see_other + redirect_to collection_webhooks_path end private