Fix queue name
[akkoma] / lib / pleroma / web / router.ex
index c6b4d37ab8eddb24c442c7530498218d3b8a177d..7f606ac404683c389a7328f991cbaf1d1e69ff87 100644 (file)
@@ -454,6 +454,7 @@ defmodule Pleroma.Web.Router do
   scope "/", Pleroma.Web.ActivityPub do
     pipe_through([:activitypub_client])
 
+    get("/api/ap/whoami", ActivityPubController, :whoami)
     get("/users/:nickname/inbox", ActivityPubController, :read_inbox)
     post("/users/:nickname/outbox", ActivityPubController, :update_outbox)
   end