Feature: Webhooks (#489)
This commit is contained in:
@@ -40,6 +40,10 @@ Rails.application.routes.draw do
|
||||
resource :contact_merge, only: [:create]
|
||||
end
|
||||
|
||||
namespace :inbox do
|
||||
resources :webhooks, except: [:show]
|
||||
end
|
||||
|
||||
resource :profile, only: [:show, :update]
|
||||
resources :accounts, only: [:create]
|
||||
resources :inboxes, only: [:index, :destroy]
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
- [default, 2]
|
||||
- [low, 1]
|
||||
- [mailers, 2]
|
||||
- [webhooks, 1]
|
||||
|
||||
# you can override concurrency based on environment
|
||||
production:
|
||||
|
||||
Reference in New Issue
Block a user