From ee56852403d2e5570d14889ef9f47f366d842c0f Mon Sep 17 00:00:00 2001 From: yzabeast1 Date: Sun, 9 Jun 2024 09:58:57 -0500 Subject: [PATCH] changed path for make path request --- webUI/resource-pack-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webUI/resource-pack-page.js b/webUI/resource-pack-page.js index 8e1d4409..2d7fb40c 100644 --- a/webUI/resource-pack-page.js +++ b/webUI/resource-pack-page.js @@ -133,7 +133,7 @@ function downloadSelectedTweaks() { const serverip = 'localhost'; function fetchPack(protocol, jsonData,packName) { - fetch(`${protocol}://${serverip}/exportPack`, { + fetch(`${protocol}://${serverip}/exportResourcePack`, { method: 'POST', headers: { 'Content-Type': 'application/json',