fix: webfinger loopback

This commit is contained in:
Julian Lam
2024-01-24 14:14:24 -05:00
parent e00a03bb9c
commit 1ee03f2b83

View File

@@ -58,7 +58,7 @@ Controller.webfinger = async (req, res) => {
{ {
rel: 'self', rel: 'self',
type: 'application/activity+json', type: 'application/activity+json',
href: nconf.get('url'), // actor href: `${nconf.get('url')}/actor`, // actor
}, },
]; ];
} }