make lint-backend

This commit is contained in:
Anthony Wang 2022-06-13 16:53:17 -05:00
parent 718f35aab6
commit ed2a6f5348
Signed by: a
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}",
},
}