From 8cd352d765f69a291bb900921b88bbad86e113cb Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:29 -0400 Subject: [PATCH] Specify post method in Roblox search request --- functions/api/game-bans/[user]/history.ts | 1 + 1 file changed, 1 insertion(+) 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", }, );