404 InsertAsset
This commit is contained in:
parent
a5ed648e69
commit
f035cd8ffe
|
|
@ -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
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue