1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-be.git synced 2025-03-14 06:50:09 +01:00

ActivityPub: Use shared inbox.

This commit is contained in:
lain 2018-02-17 18:39:12 +01:00
parent ab27c90c9f
commit 1f98de2079

View file

@ -245,6 +245,7 @@ defmodule Pleroma.Web.Router do
scope "/", Pleroma.Web.ActivityPub do
pipe_through :activitypub
post "/users/:nickname/inbox", ActivityPubController, :inbox
post "/inbox", ActivityPubController, :inbox
end
scope "/.well-known", Pleroma.Web do