diff --git a/adapt.js b/adapt.js index 3bc74d8..baa7cd5 100644 --- a/adapt.js +++ b/adapt.js @@ -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');