Fix /Asset
This commit is contained in:
parent
c85c182c0d
commit
505ff5265f
|
|
@ -0,0 +1,9 @@
|
||||||
|
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.query.get("id")}` }
|
||||||
|
});
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue