mirror of
https://github.com/g3rv4/FakeRelay.git
synced 2024-11-21 23:03:07 +01:00
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