This commit is contained in:
2026-05-16 02:09:36 +03:00
parent be2a17c36b
commit 91a5283a2f

View File

@@ -1,5 +1,5 @@
// frontend/js/api.js
const API_BASE = `http://${window.location.hostname}:5000/api`;
const API_BASE = "/api";
function getHeaders() {