Skip to content

Commit

Permalink
redirect old atom.xml :( [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwell committed May 16, 2012
1 parent 08fddf7 commit 143df27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/routes.rb
Expand Up @@ -11,6 +11,8 @@
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
Expand Down

1 comment on commit 143df27

@jhass
Copy link
Member

@jhass jhass commented on 143df27 Oct 16, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm that really should be in a fork/branch for jd.com.

Please sign in to comment.