404 InsertAsset

This commit is contained in:
I-Have-An-Issue 2022-10-16 00:53:57 -04:00
parent a5ed648e69
commit f035cd8ffe
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ import joinscript from "$lib/joinscript.js";
/** @type {import('./$types').RequestHandler} */
export function GET({ url }) {
return new Response("", {
status: 302,
headers: { location: `https://assetdelivery.roblox.com/v1/asset?id=${url.searchParams.get("sid")}` }
status: 404
});
}