mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Alphabetize
This commit is contained in:
parent
3984460424
commit
b5ada0de68
1 changed files with 1 additions and 1 deletions
|
@ -3,9 +3,9 @@
|
|||
Rails.application.routes.draw do
|
||||
scope "/rails/action_mailbox" do
|
||||
post "/amazon/inbound_emails" => "action_mailbox/ingresses/amazon/inbound_emails#create", as: :rails_amazon_inbound_emails
|
||||
post "/mandrill/inbound_emails" => "action_mailbox/ingresses/mandrill/inbound_emails#create", as: :rails_mandrill_inbound_emails
|
||||
post "/postfix/inbound_emails" => "action_mailbox/ingresses/postfix/inbound_emails#create", as: :rails_postfix_inbound_emails
|
||||
post "/sendgrid/inbound_emails" => "action_mailbox/ingresses/sendgrid/inbound_emails#create", as: :rails_sendgrid_inbound_emails
|
||||
post "/mandrill/inbound_emails" => "action_mailbox/ingresses/mandrill/inbound_emails#create", as: :rails_mandrill_inbound_emails
|
||||
|
||||
# Mailgun requires that the webhook's URL end in 'mime' for it to receive the raw contents of emails.
|
||||
post "/mailgun/inbound_emails/mime" => "action_mailbox/ingresses/mailgun/inbound_emails#create", as: :rails_mailgun_inbound_emails
|
||||
|
|
Loading…
Reference in a new issue