forked from extern/FakeRelay
Don't need it to be async
This commit is contained in:
@ -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]
|
||||||
|
Reference in New Issue
Block a user