1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-21 19:26:06 +00:00

make lint-backend

This commit is contained in:
Anthony Wang 2022-06-13 16:53:17 -05:00
parent 718f35aab6
commit ed2a6f5348
No known key found for this signature in database
GPG Key ID: BC96B00AEC5F2D76

View File

@ -109,7 +109,7 @@ func WebfingerQuery(ctx *context.Context) {
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}",
},
}