From 5d30577232da9538f09775cd49e4f5fd7c695a28 Mon Sep 17 00:00:00 2001 From: ZareMate <0.zaremate@gmail.com> Date: Fri, 26 Dec 2025 20:09:44 +0100 Subject: [PATCH] replaced broken url --- users-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users-api.js b/users-api.js index 01778a55..633e4932 100644 --- a/users-api.js +++ b/users-api.js @@ -351,7 +351,7 @@ module.exports = function (app, wss, db) { } const response = await axios.get( - `http://localhost:3000/api/item/${item.id}`, + `http://localhost:3100/api/item/${item.id}`, ); const stockCount = response.data.item.count;