Remove route to social relay

This commit is contained in:
Thorsten Claus 2021-05-20 07:59:18 +02:00
parent 61de6e117d
commit 47a603a346

View file

@ -220,9 +220,6 @@ Rails.application.routes.draw do
get 'terms' => 'terms#index'
end
# Relay
get ".well-known/x-social-relay" => "social_relay#well_known"
# Startpage
root :to => 'home#show'
get "podmin", to: "home#podmin"