[deploy] chore: remove /forem redirect (#11083)

This commit is contained in:
Ridhwana 2020-10-26 16:12:38 +02:00 committed by GitHub
parent cd9ace07db
commit de16fac96e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -99,7 +99,6 @@
'/embed/', // Don't fetch for embeded content.
'/enter', // Don't run on registration.
'/feed', // Skip the RSS feed
'/forem', // redirects
'/future', // Skip for /future.
'/i/', // Ignore locally stored image path
'/images/', // Ignore nginx proxy path

View file

@ -357,7 +357,6 @@ Rails.application.routes.draw do
get "/async_info/shell_version", controller: "async_info#shell_version", defaults: { format: :json }
get "/future", to: redirect("devteam/the-future-of-dev-160n")
get "/forem", to: redirect("devteam/for-empowering-community-2k6h")
# Settings
post "users/update_language_settings" => "users#update_language_settings"