Skip to content

Commit

Permalink
apple app site (#224)
Browse files Browse the repository at this point in the history
* Adds apple-app-site-association to .well-known route as well.
  • Loading branch information
jtomchak authored Dec 6, 2023
1 parent e0264be commit 58df4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

get 'health', to: 'health#show'
get 'apple-app-site-association', to: 'home#apple_app_site_association'
get '.well-known/apple-app-site-association', to: 'home#apple_app_site_association'

authenticate :user, lambda { |u| u.role&.can?(:view_devops) } do
mount Sidekiq::Web, at: 'sidekiq', as: :sidekiq
Expand Down Expand Up @@ -174,7 +175,6 @@

get '/admin', to: redirect('/admin/dashboard', status: 302)


draw(:api)

web_app_paths.each do |path|
Expand Down

0 comments on commit 58df4f8

Please sign in to comment.