whoops, recieve is a post route, not a get, thanks mb-log

This commit is contained in:
MrZYX 2011-03-27 16:11:38 +02:00
parent 55417cf9e3
commit 52fee96bfc

View file

@ -84,7 +84,7 @@ Diaspora::Application.routes.draw do
get 'webfinger' => :webfinger
get 'hcard/users/:guid' => :hcard
get '.well-known/host-meta' => :host_meta
get 'receive/users/:guid' => :receive
post 'receive/users/:guid' => :receive
get 'hub' => :hub
end