replaced broken url

This commit is contained in:
ZareMate 2025-12-26 20:09:44 +01:00
parent 8c17cec01c
commit 5d30577232

View File

@ -351,7 +351,7 @@ module.exports = function (app, wss, db) {
} }
const response = await axios.get( 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; const stockCount = response.data.item.count;