From 91a5283a2fc2b160e1233593739dc38931a460e0 Mon Sep 17 00:00:00 2001 From: Damir Date: Sat, 16 May 2026 02:09:36 +0300 Subject: [PATCH] 7 --- frontend/js/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/js/api.js b/frontend/js/api.js index 8d85965..537983b 100644 --- a/frontend/js/api.js +++ b/frontend/js/api.js @@ -1,5 +1,5 @@ // frontend/js/api.js -const API_BASE = `http://${window.location.hostname}:5000/api`; +const API_BASE = "/api"; function getHeaders() {