summaryrefslogtreecommitdiff
path: root/users/config/routes.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-01-25 19:26:51 +0100
committerAzul <azul@leap.se>2013-01-25 19:26:51 +0100
commit9563ed191556e739c8f99be4d0fc75ac31c8f6cd (patch)
tree5a87fc1947921766a5430896f4bcf531dc396bff /users/config/routes.rb
parent77a51e1de520299afd2b33e7a3992aaafab1d6ae (diff)
parentdac578781baf73a006cc78e29588dd1f6fdc0fd3 (diff)
Merge branch 'master' into merge_leap_ca
Diffstat (limited to 'users/config/routes.rb')
-rw-r--r--users/config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/config/routes.rb b/users/config/routes.rb
index 0c2d8d9..4127862 100644
--- a/users/config/routes.rb
+++ b/users/config/routes.rb
@@ -18,4 +18,6 @@ Rails.application.routes.draw do
resources :email_aliases, :only => [:destroy], :id => /.*/
end
+ get "/.well-known/host-meta" => 'webfinger#host_meta'
+ get "/webfinger" => 'webfinger#search'
end