mirror of
https://github.com/go-gitea/gitea
synced 2024-11-11 04:34:25 +00:00
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),
|
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 New Issue
Block a user