Fixed 415 error

This commit is contained in:
2026-04-12 22:10:22 +01:00
parent 3d06cc4f1d
commit 81c5c47d97
@@ -22,6 +22,7 @@ public class PatchProofEndpoint(
public override void Configure()
{
Patch("/RandomChallenges/{@RandomChallengeId}/Proof", x => new { x.RandomChallengeId });
AllowFormData();
}
public override async Task HandleAsync(RandomChallengeProofRequest req, CancellationToken ct)