@ -251,7 +251,7 @@ app.patch("/api/users/:userId/todos/:todoGroupId", (req, res) => {
}
});
const PORT = process.env.PORT || 3000;
const PORT = 3000;
server.listen(PORT, () => {
console.log(`Server running on port ${PORT}`);
console.log(`Server running on port 3000`);
The note is not visible to the blocked user.