mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
feat: Add an option to delete campaigns (#2402)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -49,7 +49,7 @@ Rails.application.routes.draw do
|
||||
end
|
||||
end
|
||||
resources :canned_responses, except: [:show, :edit, :new]
|
||||
resources :campaigns, only: [:index, :create, :show, :update]
|
||||
resources :campaigns, only: [:index, :create, :show, :update, :destroy]
|
||||
|
||||
namespace :channels do
|
||||
resource :twilio_channel, only: [:create]
|
||||
|
||||
Reference in New Issue
Block a user