From 770e395f1751624b7eb2658f0d982e4932abf4cd Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 3 Mar 2025 17:52:45 +0530 Subject: [PATCH] feat: remove webhook route --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 714086e68..62c9f8b95 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -448,7 +448,6 @@ Rails.application.routes.draw do post 'webhooks/whatsapp/:phone_number', to: 'webhooks/whatsapp#process_payload' get 'webhooks/instagram', to: 'webhooks/instagram#verify' post 'webhooks/instagram', to: 'webhooks/instagram#events' - post 'webhooks/facebook/delete', to: 'webhooks/facebook#process_deletion' namespace :twitter do resource :callback, only: [:show]