mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-14 11:05:37 +00:00
make lint-backend
This commit is contained in:
parent
718f35aab6
commit
ed2a6f5348
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ func WebfingerQuery(ctx *context.Context) {
|
||||||
Href: appURL.String() + "api/v1/activitypub/user/" + strings.ToLower(u.Name),
|
Href: appURL.String() + "api/v1/activitypub/user/" + strings.ToLower(u.Name),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Rel: "http://ostatus.org/schema/1.0/subscribe",
|
Rel: "http://ostatus.org/schema/1.0/subscribe",
|
||||||
Template: appURL.String() + "api/v1/authorize_interaction?uri={uri}",
|
Template: appURL.String() + "api/v1/authorize_interaction?uri={uri}",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue