mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
Remove todo
This commit is contained in:
parent
a02ec0363b
commit
42a41ce2bc
1 changed files with 1 additions and 1 deletions
|
@ -898,7 +898,7 @@ func Routes() *web.Route {
|
|||
}, context_service.UserIDAssignmentAPI())
|
||||
m.Group("/repository-id/{repository-id}", func() {
|
||||
m.Get("", activitypub.Repository)
|
||||
m.Post("/inbox", // ToDo: Post or Put?
|
||||
m.Post("/inbox",
|
||||
// TODO: bind ativities here
|
||||
bind(forgefed.ForgeLike{}),
|
||||
// TODO: activitypub.ReqHTTPSignature(),
|
||||
|
|
Loading…
Reference in a new issue