mirror of https://github.com/go-gitea/gitea.git
make lint-backend
This commit is contained in:
parent
718f35aab6
commit
ed2a6f5348
|
@ -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}",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue