refactor and review changes

This commit is contained in:
Tanmay Deep Sharma
2025-07-11 15:45:24 +07:00
parent e4d778de21
commit ac9c24e0aa
10 changed files with 92 additions and 82 deletions
+1 -6
View File
@@ -233,12 +233,7 @@ Rails.application.routes.draw do
end
namespace :whatsapp do
resources :callbacks, only: [] do
collection do
post :embedded_signup
get :config
end
end
resource :authorization, only: [:create]
end
resources :webhooks, only: [:index, :create, :update, :destroy]