From b64909acdd3a5a7ecbe267326a42264e64bd95d3 Mon Sep 17 00:00:00 2001 From: Jamie Gaskins Date: Thu, 18 Nov 2021 14:04:06 -0500 Subject: [PATCH] Remove Pusher route (#15426) We removed the controller in #15418, but some clients are still sending requests to this endpoint, causing routing errors. --- config/routes.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 9222c3de9..a9680ff21 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -233,8 +233,6 @@ Rails.application.routes.draw do get "/internal", to: redirect("/admin") get "/internal/:path", to: redirect("/admin/%{path}") - post "/pusher/auth", to: "pusher#auth" - get "/social_previews/article/:id", to: "social_previews#article", as: :article_social_preview get "/social_previews/user/:id", to: "social_previews#user", as: :user_social_preview get "/social_previews/organization/:id", to: "social_previews#organization", as: :organization_social_preview