@@ -32,7 +32,6 @@ app.use(cors({
methods: ["GET", "POST", "OPTIONS"],
allowedHeaders: ["Content-Type"],
}));
app.options("*", cors());
app.get('/', async (req, res) => {
const userAgent = req.headers['user-agent'] || '';
The note is not visible to the blocked user.