mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
wip: lets define the post input more close
This commit is contained in:
parent
6587b6d62b
commit
7195141805
2 changed files with 53 additions and 0 deletions
|
@ -897,6 +897,7 @@ func Routes() *web.Route {
|
|||
m.Group("/repository-id/{repository-id}", func() {
|
||||
m.Get("", activitypub.Repository)
|
||||
m.Post("/inbox",
|
||||
bind(api.CreateRepoOption{}),
|
||||
//activitypub.ReqHTTPSignature(),
|
||||
activitypub.RepositoryInbox)
|
||||
}, context_service.RepositoryIDAssignmentAPI())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue