wip: compile one step further

This commit is contained in:
Michael Jerger 2023-10-24 09:10:31 +02:00
parent 317b7fac8f
commit 154be0a637
2 changed files with 6 additions and 2 deletions

View file

@ -898,7 +898,7 @@ func Routes() *web.Route {
m.Group("/repository-id/{repsitory-id}", func() {
m.Get("", activitypub.Repository)
m.Post("/inbox", activitypub.ReqHTTPSignature(), activitypub.RepositoryInbox)
}, context_service.RepositoryAssignmentAPI())
}, context_service.RepositoryIDAssignmentAPI())
}, tokenRequiresScopes(auth_model.AccessTokenScopeCategoryActivityPub))
}