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