@@ -201,7 +201,7 @@ app.get("/logout", function (req, res) {
})
app.get("*", (req, res) => {
res.sendFile(path.resolve(__dirname, "build", "index.html"))
res.sendFile(path.resolve(__dirname, "../build", "index.html"))
const PORT = process.env.PORT || 3001
The note is not visible to the blocked user.