@@ -22,7 +22,7 @@ const limiter = rateLimit({
app.use(limiter);
// Random rejection reason endpoint
app.get('/no', (req, res) => {
app.get('/', (req, res) => {
const reason = reasons[Math.floor(Math.random() * reasons.length)];
res.json({ reason });
});
The note is not visible to the blocked user.