redirect old atom.xml :( [ci skip]

This commit is contained in:
Maxwell Salzberg 2012-05-16 14:48:01 -07:00
parent 08fddf7422
commit 143df27e5a

View file

@ -11,6 +11,8 @@ Diaspora::Application.routes.draw do
get "/landing" => 'hotlinks#log_referrer'
get "/landing/*path" => 'hotlinks#log_referrer'
get "/atom.xml" => redirect('http://blog.diasporafoundation.org/feed/atom') #too many stupid redirects :()
get 'oembed' => 'posts#oembed', :as => 'oembed'
# Posting and Reading
resources :reshares