mirror of
https://github.com/g3rv4/FakeRelay.git
synced 2025-02-16 15:29:14 +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")]
|
[Route("actor")]
|
||||||
public async Task<ActionResult> Actor() =>
|
public ActionResult Actor() =>
|
||||||
Content(MastodonHelper.GetActorStaticContent(), "application/activity+json; charset=utf-8");
|
Content(MastodonHelper.GetActorStaticContent(), "application/activity+json; charset=utf-8");
|
||||||
|
|
||||||
[Route("inbox"), HttpPost]
|
[Route("inbox"), HttpPost]
|
||||||
|
Loading…
Reference in New Issue
Block a user