Revert asset funnines
This commit is contained in:
parent
f035cd8ffe
commit
ed0b23f112
|
|
@ -4,6 +4,6 @@ import joinscript from "$lib/joinscript.js";
|
|||
export function GET({ url }) {
|
||||
return new Response("", {
|
||||
status: 302,
|
||||
headers: { location: `https://assetdelivery.roblox.com/v1/asset?id=${url.searchParams.get("id")}&version=1` }
|
||||
headers: { location: `https://assetdelivery.roblox.com/v1/asset?id=${url.searchParams.get("id")}` }
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@ import joinscript from "$lib/joinscript.js";
|
|||
export function GET({ url }) {
|
||||
return new Response("", {
|
||||
status: 302,
|
||||
headers: { location: `https://assetdelivery.roblox.com/v1/asset?id=${url.searchParams.get("id")}&version=1` }
|
||||
headers: { location: `https://assetdelivery.roblox.com/v1/asset?id=${url.searchParams.get("id")}` }
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue