ctx action should no be good enough

forgejo-federated-star
Michael Jerger 7 months ago
parent 8b0cee699d
commit d45706228c

@ -833,7 +833,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)

Loading…
Cancel
Save