Not version 1
This commit is contained in:
parent
50dc0f1f35
commit
5cfbe2542d
|
|
@ -3,7 +3,7 @@ export function GET({ url }) {
|
|||
return new Response("", {
|
||||
status: 302,
|
||||
headers: {
|
||||
Location: `https://assetdelivery.roblox.com/v1/asset/?id=${url.searchParams.get("id")}&version=1`
|
||||
Location: `https://assetdelivery.roblox.com/v1/asset/?id=${url.searchParams.get("id")}`
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ export function GET({ url }) {
|
|||
return new Response("", {
|
||||
status: 302,
|
||||
headers: {
|
||||
Location: `https://assetdelivery.roblox.com/v1/asset/?id=${url.searchParams.get("id")}&version=1`
|
||||
Location: `https://assetdelivery.roblox.com/v1/asset/?id=${url.searchParams.get("id")}`
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue