diff --git a/config/routes.rb b/config/routes.rb index 454584954a1..eec32410fe8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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