This commit is contained in:
2025-03-05 17:48:10 +03:00
parent a1325017b0
commit 917fffe35f
+1 -1
View File
@@ -115,7 +115,7 @@
</div>
<script>
const API_URL = "/api";
const API_URL = "http://localhost:8002/api"; // Обновлено для API на порту 8002
let selectedFolderId = null;
let allInstalls = [];
let selectedInstallId = null;