@@ -48,7 +48,7 @@ app.use((req, res, next) => {
next();
});
app.use(bodyParser.json());
app.use(bodyParser.json({limit: '50mb'}));
app.use(bodyParser.urlencoded({extended: false}));
app.use(cookieParser());
app.use(express.static(path.join(__dirname, 'public')));
The note is not visible to the blocked user.