chore: remove future route (#11117)

This commit is contained in:
Ridhwana 2020-11-02 20:34:15 +02:00 committed by GitHub
parent 6d9bceddf9
commit 669d411feb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 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
'/future', // Skip for /future.
'/i/', // Ignore locally stored image path
'/images/', // Ignore nginx proxy path
'/internal', // redirects

View file

@ -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"