mirror of
1
Fork 0

Remove todo

This commit is contained in:
erik 2024-03-21 14:42:16 +01:00
parent a02ec0363b
commit 42a41ce2bc
1 changed files with 1 additions and 1 deletions

View File

@ -898,7 +898,7 @@ func Routes() *web.Route {
}, context_service.UserIDAssignmentAPI()) }, context_service.UserIDAssignmentAPI())
m.Group("/repository-id/{repository-id}", func() { m.Group("/repository-id/{repository-id}", func() {
m.Get("", activitypub.Repository) m.Get("", activitypub.Repository)
m.Post("/inbox", // ToDo: Post or Put? m.Post("/inbox",
// TODO: bind ativities here // TODO: bind ativities here
bind(forgefed.ForgeLike{}), bind(forgefed.ForgeLike{}),
// TODO: activitypub.ReqHTTPSignature(), // TODO: activitypub.ReqHTTPSignature(),