@@ -196,7 +196,7 @@ app.get("/api/item/:id", (req, res) => {
});
app.post("/api/shop/items/buy", (req, res) => {
app.post("/api/send", (req, res) => {
const { shopId, address, items } = req.body;
// Basic validation
The note is not visible to the blocked user.