mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
fix: webfinger loopback
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user