whoops, recieve is a post route, not a get, thanks mb-log
This commit is contained in:
parent
55417cf9e3
commit
52fee96bfc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue