mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 10:09:02 +00:00
ActivityPub: Use shared inbox.
This commit is contained in:
parent
ab27c90c9f
commit
1f98de2079
|
@ -245,6 +245,7 @@ defmodule Pleroma.Web.Router do
|
||||||
scope "/", Pleroma.Web.ActivityPub do
|
scope "/", Pleroma.Web.ActivityPub do
|
||||||
pipe_through :activitypub
|
pipe_through :activitypub
|
||||||
post "/users/:nickname/inbox", ActivityPubController, :inbox
|
post "/users/:nickname/inbox", ActivityPubController, :inbox
|
||||||
|
post "/inbox", ActivityPubController, :inbox
|
||||||
end
|
end
|
||||||
|
|
||||||
scope "/.well-known", Pleroma.Web do
|
scope "/.well-known", Pleroma.Web do
|
||||||
|
|
Loading…
Reference in a new issue