InsertAsset
This commit is contained in:
parent
505ff5265f
commit
41f1815c98
|
|
@ -4,6 +4,6 @@ import joinscript from "$lib/joinscript.js";
|
||||||
export function GET({ url }) {
|
export function GET({ url }) {
|
||||||
return new Response("", {
|
return new Response("", {
|
||||||
status: 302,
|
status: 302,
|
||||||
headers: { location: `https://assetdelivery.roblox.com/v1/asset?id=${url.query.get("id")}` }
|
headers: { location: `https://assetdelivery.roblox.com/v1/asset?id=${url.query.get("sid")}` }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue