feat: API to add label to contacts (#1563)

This commit is contained in:
Pranav Raj S
2021-01-03 20:07:57 +05:30
committed by GitHub
parent ea08fbcac4
commit a2d6fa0f74
10 changed files with 115 additions and 12 deletions

View File

@@ -71,6 +71,7 @@ Rails.application.routes.draw do
scope module: :contacts do
resources :conversations, only: [:index]
resources :contact_inboxes, only: [:create]
resources :labels, only: [:create, :index]
end
end