@ -14,7 +14,7 @@ const limiter = rateLimit({
app.use(limiter);
app.use("/", express.static("./public", { extensions: ["html"] }));
mkdir("./data", ()=>{});
app.use("/new", async (req, res) => {
let uuid = crypto.randomUUID();
mkdir("./data/" + uuid, ()=>{});
The note is not visible to the blocked user.