Merge branch 'log-bounced-emails' of https://github.com/internetee/registry into log-bounced-emails

This commit is contained in:
Karl Erik Õunapuu 2020-10-27 11:35:59 +02:00
commit 62bb563dfe
No known key found for this signature in database
GPG key ID: C9DD647298A34764

View file

@ -66,7 +66,6 @@ Rails.application.routes.draw do
resources :auctions, only: %i[index show update], param: :uuid
resources :bounces, only: %i[create]
end
match '*all', controller: 'cors', action: 'cors_preflight_check', via: [:options],