@@ -87,7 +87,7 @@ app.get("/:name", (req, res) => {
});
app.listen(PORT, () => {
app.listen(PORT, "0.0.0.0", () => {
console.log(`Listening on :${PORT}`);
The note is not visible to the blocked user.