Fix adapter listener
This commit is contained in:
@@ -15,7 +15,7 @@ const reqOpts = {
|
|||||||
timeout: 1200000 // 20 minutes
|
timeout: 1200000 // 20 minutes
|
||||||
}
|
}
|
||||||
|
|
||||||
app.all('*', (req, res) => {
|
app.all(/.*/, (req, res) => {
|
||||||
// Verify Inputs
|
// Verify Inputs
|
||||||
if (!req.query.auth) {
|
if (!req.query.auth) {
|
||||||
res.status(401).send('Unauthorized');
|
res.status(401).send('Unauthorized');
|
||||||
|
|||||||
Reference in New Issue
Block a user