Run migration; add apple pay verification

This commit is contained in:
Michael Ball 2020-07-08 02:14:11 -07:00
parent 0e9d6b491b
commit d5f0063de6
3 changed files with 12 additions and 1 deletions

View file

@ -230,4 +230,6 @@ Osem::Application.routes.draw do
else
root to: 'conferences#index', via: [:get, :options]
end
get '/.well-known/apple-developer-merchantid-domain-association', to: 'application#apple_pay'
end