Feature: API to list the agents for the inbox (#438)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Pranav Raj S
2020-01-21 19:56:58 +05:45
committed by Sojan Jose
parent a2b025b548
commit 95fb6893b4
4 changed files with 54 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ Rails.application.routes.draw do
namespace :widget do
resources :messages, only: [:index, :create, :update]
resources :inboxes, only: [:create, :update]
resources :inbox_members, only: [:index]
end
namespace :actions do