Specify post method in Roblox search request

This commit is contained in:
2023-10-19 16:50:29 -04:00
parent 72fba48050
commit 8cd352d765

View File

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