🐛 Fix wrong inbox method

This commit is contained in:
2025-12-30 01:52:21 +08:00
parent 6a360fe697
commit 10067f6141

View File

@@ -88,7 +88,7 @@ public class ActivityPubController(
return Ok(actor);
}
[HttpGet("actors/{username}/inbox")]
[HttpPost("actors/{username}/inbox")]
[Consumes("application/activity+json")]
[ProducesResponseType(StatusCodes.Status202Accepted)]
[ProducesResponseType(StatusCodes.Status401Unauthorized)]