Skip to content

Commit

Permalink
fix apple links and redirect root to ssd ag
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Jun 21, 2024
1 parent b6a701c commit fe25c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
end
end

get '/apple-app-site-association' => 'apple#apple_app_site_association'
get '/.well-known/apple-app-site-association' => 'apple#apple_app_site_association'
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html

# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.
# Can be used by load balancers and uptime monitors to verify that the app is live.
get "up" => "rails/health#show", as: :rails_health_check

# Defines the root path route ("/")
# root "posts#index"
root to: redirect('https://sluzby.slovensko.digital/autogram/', status: 302)
end

0 comments on commit fe25c1c

Please sign in to comment.