feat(ee): Setup @chatwoot/captain NPM library (#10389)

--- 
Co-authored-by: Sojan <sojan@pepalo.com>
Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
Shivam Mishra
2024-11-12 07:09:09 +05:30
committed by GitHub
parent 7a45144526
commit 97d7b9d754
12 changed files with 710 additions and 262 deletions

View File

@@ -219,7 +219,7 @@ Rails.application.routes.draw do
resources :apps, only: [:index, :show]
resource :captain, controller: 'captain', only: [] do
collection do
get :sso_url
post :proxy
end
end
resources :hooks, only: [:show, :create, :update, :destroy] do