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