[deploy] chore: remove /forem redirect (#11083)
This commit is contained in:
parent
cd9ace07db
commit
de16fac96e
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue