♻️ Improve the code in activitypub and webfinger

This commit is contained in:
2025-12-30 00:53:19 +08:00
parent 72b0739f41
commit 6fdf34787d
3 changed files with 14 additions and 23 deletions

View File

@@ -58,7 +58,7 @@ public class WebFingerController(
{
Rel = "http://webfinger.net/rel/profile-page",
Type = "text/html",
Href = $"https://{Domain}/users/{username}"
Href = $"https://{Domain}/publishers/{username}"
}
]
};