diff --git a/new/download.html b/new/download.html
index 21337d8..7b77199 100644
--- a/new/download.html
+++ b/new/download.html
@@ -49,7 +49,7 @@
-
+
diff --git a/new/resources/js/download.js b/new/resources/js/download.js
index 4bc1b76..5909891 100644
--- a/new/resources/js/download.js
+++ b/new/resources/js/download.js
@@ -1,4 +1,4 @@
-const BASE_API_PATH = 'https://localhost/api';
+const BASE_API_PATH = '/api';
const pkgURL = `${BASE_API_PATH}/packages`;
const downloadURL = `${BASE_API_PATH}/download`;