@@ -15,7 +15,7 @@ const reqOpts = {
timeout: 1200000 // 20 minutes
}
app.all('*', (req, res) => {
app.all(/.*/, (req, res) => {
// Verify Inputs
if (!req.query.auth) {
res.status(401).send('Unauthorized');
The note is not visible to the blocked user.