main
Satur@it-depot.ru 2025-03-05 17:48:10 +03:00
parent a1325017b0
commit 917fffe35f
1 changed files with 1 additions and 1 deletions

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;