forked from extern/FakeRelay
Don't need it to be async
This commit is contained in:
parent
5aa1679b11
commit
8f3a66a0ca
@ -8,7 +8,7 @@ public class AcitivityPubController : Controller
|
||||
{
|
||||
|
||||
[Route("actor")]
|
||||
public async Task<ActionResult> Actor() =>
|
||||
public ActionResult Actor() =>
|
||||
Content(MastodonHelper.GetActorStaticContent(), "application/activity+json; charset=utf-8");
|
||||
|
||||
[Route("inbox"), HttpPost]
|
||||
|
Loading…
Reference in New Issue
Block a user