@@ -12,7 +12,7 @@ const PORT = process.env.PORT || 3000;
// Middleware
app.use(cors());
app.use(express.json());
app.use(express.json({ limit: '50mb' }));
// Serve static frontend
app.use(express.static(path.join(__dirname, 'public')));
The note is not visible to the blocked user.