From 47a603a346cb92a8ff26b38bbdd40b31cf44fb28 Mon Sep 17 00:00:00 2001 From: Thorsten Claus Date: Thu, 20 May 2021 07:59:18 +0200 Subject: [PATCH] Remove route to social relay --- config/routes.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 9a5782a41..324a05cc2 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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"