views/static: removed unused templates.

This commit is contained in:
evazion
2018-09-23 20:18:34 -05:00
parent d188e5be33
commit 99babe19f3
4 changed files with 0 additions and 23 deletions

View File

@@ -428,8 +428,6 @@ Rails.application.routes.draw do
post "/static/accept_terms_of_service" => "static#accept_terms_of_service", :as => "accept_terms_of_service"
get "/static/mrtg" => "static#mrtg", :as => "mrtg"
get "/static/contact" => "static#contact", :as => "contact"
get "/static/benchmark" => "static#benchmark"
get "/static/name_change" => "static#name_change", :as => "name_change"
get "/meta_searches/tags" => "meta_searches#tags", :as => "meta_searches_tags"
get "/intro" => redirect("/explore/posts/intro")