From fd8859bf408d42540eaf9858844071ab883c6c32 Mon Sep 17 00:00:00 2001 From: rscmbbng Date: Wed, 28 Nov 2018 13:41:56 +0100 Subject: [PATCH] update actor path --- templates/webfinger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webfinger.json b/templates/webfinger.json index 77a3cb0..2d37cb3 100644 --- a/templates/webfinger.json +++ b/templates/webfinger.json @@ -5,7 +5,7 @@ { "rel": "self", "type": "application/activity+json", - "href": "{{domain}}/{{actor}}" + "href": "{{domain}}/users/{{actor}}" } ] } \ No newline at end of file