Specify post method in Roblox search request

This commit is contained in:
regalijan 2023-10-19 16:50:29 -04:00
parent 72fba48050
commit 8cd352d765
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -11,6 +11,7 @@ export async function onRequestGet(context: RequestContext) {
headers: { headers: {
"content-type": "application/json", "content-type": "application/json",
}, },
method: "POST",
}, },
); );