From 41f1815c987d84591365b86e5a22ea2befc0860e Mon Sep 17 00:00:00 2001 From: I-Have-An-Issue <34550332+I-Have-An-Issue@users.noreply.github.com> Date: Sat, 15 Oct 2022 23:26:29 -0400 Subject: [PATCH] InsertAsset --- src/routes/(api)/Game/Tools/InsertAsset.ashx/+server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(api)/Game/Tools/InsertAsset.ashx/+server.js b/src/routes/(api)/Game/Tools/InsertAsset.ashx/+server.js index 629c5c6..90d9919 100644 --- a/src/routes/(api)/Game/Tools/InsertAsset.ashx/+server.js +++ b/src/routes/(api)/Game/Tools/InsertAsset.ashx/+server.js @@ -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.query.get("id")}` } + headers: { location: `https://assetdelivery.roblox.com/v1/asset?id=${url.query.get("sid")}` } }); }