feat: remove webhook route

This commit is contained in:
Shivam Mishra
2025-03-03 17:52:45 +05:30
parent 4a925619a1
commit 770e395f17
-1
View File
@@ -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]