fix: Set avatar for users(agent/contact) in slack channels (#7960)

This commit is contained in:
Muhsin Keloth
2023-09-26 09:38:14 +05:30
committed by GitHub
parent 30cb141e5e
commit cbbe939662
4 changed files with 79 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ Rails.application.routes.draw do
namespace :survey do
resources :responses, only: [:show]
end
resource :slack_uploads, only: [:show]
end
get '/api', to: 'api#index'