aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
blob: 1ba01f4bf9a19aa106435ac6bf8e33df9c00cb31 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

Rails.application.routes.draw do
  scope :action_mailroom do
    post "/inbound_emails" => "action_mailroom/inbound_emails#create", as: :rails_inbound_emails
  end
end