redirect old atom.xml :( [ci skip]
This commit is contained in:
parent
08fddf7422
commit
143df27e5a
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue