mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-03 09:52:26 +02:00
remove resolved todo & integration test
This commit is contained in:
parent
2f2330c450
commit
a9a30fc212
4 changed files with 20 additions and 8 deletions
|
@ -778,7 +778,6 @@ func Routes() *web.Route {
|
|||
m.Group("/repository-id/{repository-id}", func() {
|
||||
m.Get("", activitypub.Repository)
|
||||
m.Post("/inbox",
|
||||
// TODO: bind ativities here
|
||||
bind(forgefed.ForgeLike{}),
|
||||
// TODO: activitypub.ReqHTTPSignature(),
|
||||
activitypub.RepositoryInbox)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue