diff --git a/functions/api/game-bans/[user]/history.ts b/functions/api/game-bans/[user]/history.ts index 3cb44ca..c4be834 100644 --- a/functions/api/game-bans/[user]/history.ts +++ b/functions/api/game-bans/[user]/history.ts @@ -11,6 +11,7 @@ export async function onRequestGet(context: RequestContext) { headers: { "content-type": "application/json", }, + method: "POST", }, );