@@ -44,6 +44,9 @@ app.use(
express.static(path.join(__dirname, "assets")),
);
// Serve public folder at root (for /js, /img, etc.)
app.use(express.static(path.join(__dirname, "public")));
// Serve uploads folder
app.use(
"/uploads",
The note is not visible to the blocked user.