@@ -3,7 +3,7 @@ const path = require("path");
const app = express();
const fs = require("fs/promises");
const PORT = 3000;
const PORT = process.env.PORT || 3000;
app.get('/', (_, res) => {
res.sendFile(path.join(__dirname, "db", "current.json"));
The note is not visible to the blocked user.