mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
remove todo - no change required
This commit is contained in:
parent
64be24ed0c
commit
5ace6816ac
1 changed files with 0 additions and 1 deletions
|
@ -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)))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue