chore: remove future route (#11117)
This commit is contained in:
parent
6d9bceddf9
commit
669d411feb
2 changed files with 0 additions and 3 deletions
|
|
@ -99,7 +99,6 @@
|
|||
'/embed/', // Don't fetch for embeded content.
|
||||
'/enter', // Don't run on registration.
|
||||
'/feed', // Skip the RSS feed
|
||||
'/future', // Skip for /future.
|
||||
'/i/', // Ignore locally stored image path
|
||||
'/images/', // Ignore nginx proxy path
|
||||
'/internal', // redirects
|
||||
|
|
|
|||
|
|
@ -365,8 +365,6 @@ Rails.application.routes.draw do
|
|||
get "/async_info/base_data", controller: "async_info#base_data", defaults: { format: :json }
|
||||
get "/async_info/shell_version", controller: "async_info#shell_version", defaults: { format: :json }
|
||||
|
||||
get "/future", to: redirect("devteam/the-future-of-dev-160n")
|
||||
|
||||
# Settings
|
||||
post "users/update_language_settings" => "users#update_language_settings"
|
||||
post "users/join_org" => "users#join_org"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue