replaced broken url
This commit is contained in:
parent
8c17cec01c
commit
5d30577232
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user