mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 18:47:51 +00:00
chore: Add an option to download CSAT Reports (#4694)
This commit is contained in:
@@ -106,6 +106,7 @@ Rails.application.routes.draw do
|
||||
resources :csat_survey_responses, only: [:index] do
|
||||
collection do
|
||||
get :metrics
|
||||
get :download
|
||||
end
|
||||
end
|
||||
resources :custom_attribute_definitions, only: [:index, :show, :create, :update, :destroy]
|
||||
|
||||
Reference in New Issue
Block a user