From 87324d155340ae3bbcd6d35efa53b9be7c16cbc5 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 27 Oct 2023 20:14:52 +0200 Subject: [PATCH] ctx action should no be good enough --- routers/api/v1/api.go | 1 - 1 file changed, 1 deletion(-) diff --git a/routers/api/v1/api.go b/routers/api/v1/api.go index c3f6c679e3..1fc0720036 100644 --- a/routers/api/v1/api.go +++ b/routers/api/v1/api.go @@ -894,7 +894,6 @@ func Routes() *web.Route { m.Get("", activitypub.Person) m.Post("/inbox", activitypub.ReqHTTPSignature(), activitypub.PersonInbox) }, context_service.UserIDAssignmentAPI()) - // TODO: implement ctx m.Group("/repository-id/{repository-id}", func() { m.Get("", activitypub.Repository) m.Post("/inbox", activitypub.ReqHTTPSignature(), activitypub.RepositoryInbox)