ahhhh
This commit is contained in:
parent
fb7514d893
commit
cd96208b44
|
|
@ -0,0 +1,9 @@
|
||||||
|
/** @type {import('./$types').RequestHandler} */
|
||||||
|
export function GET({ url }) {
|
||||||
|
return new Response("", {
|
||||||
|
status: 302,
|
||||||
|
headers: {
|
||||||
|
Location: `http://assetdelivery.roblox.com/v1/asset/?id=${url.searchParams.get("id")}&version=1`
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue