feat: Update instagram webhooks URL (#3197)
This commit is contained in:
@@ -256,8 +256,8 @@ Rails.application.routes.draw do
|
||||
post 'webhooks/line/:line_channel_id', to: 'webhooks/line#process_payload'
|
||||
post 'webhooks/telegram/:bot_token', to: 'webhooks/telegram#process_payload'
|
||||
post 'webhooks/whatsapp/:phone_number', to: 'webhooks/whatsapp#process_payload'
|
||||
get 'instagram_callbacks/event', to: 'api/v1/instagram_callbacks#verify'
|
||||
post 'instagram_callbacks/event', to: 'api/v1/instagram_callbacks#events'
|
||||
get 'webhooks/instagram', to: 'webhooks/instagram#verify'
|
||||
post 'webhooks/instagram', to: 'webhooks/instagram#events'
|
||||
|
||||
namespace :twitter do
|
||||
resource :callback, only: [:show]
|
||||
|
||||
Reference in New Issue
Block a user