feat: Allow users to create dashboard apps to give agents more context (#4761)
This commit is contained in:
@@ -58,7 +58,7 @@ Rails.application.routes.draw do
|
||||
post :attach_file, on: :collection
|
||||
end
|
||||
resources :campaigns, only: [:index, :create, :show, :update, :destroy]
|
||||
|
||||
resources :dashboard_apps, only: [:index, :show, :create, :update, :destroy]
|
||||
namespace :channels do
|
||||
resource :twilio_channel, only: [:create]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user