Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Specify post method in Roblox search request
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 72fba48 commit 8cd352d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/api/game-bans/[user]/history.ts
Expand Up @@ -11,6 +11,7 @@ export async function onRequestGet(context: RequestContext) {
headers: {
"content-type": "application/json",
},
method: "POST",
},
);

Expand Down

0 comments on commit 8cd352d

Please sign in to comment.