Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 09:54:24 +01:00

remove todo - no change required

This commit is contained in:
Michael Jerger 2024-05-24 08:50:54 +02:00
parent 64be24ed0c
commit 5ace6816ac

View file

@ -344,7 +344,6 @@ func (repo *Repository) APIURL() string {
}
// APActorID returns the activitypub repository API URL
// TODO: Mv federation related stuff to federated_repo
func (repo *Repository) APActorID() string {
return fmt.Sprintf("%vapi/v1/activitypub/repository-id/%v", setting.AppURL, url.PathEscape(fmt.Sprint(repo.ID)))
}