FIX!: disable low-http-server due to TypeError
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
BradBot_1 2023-02-23 20:17:05 +00:00
parent e5bd121671
commit 0958fda473

View file

@ -23,11 +23,11 @@ export function createServer(port: number, webhookRecievedCallback: WebhookRecie
res.end('{"error":"route_not_found",message:"There route requested does not exist!"}');
},
// router: require('find-my-way')(),
server: require('low-http-server')({
/*server: require('low-http-server')({
cert_file_name: process.env["SSL_CERT_PATH"],
key_file_name: process.env["SSL_KEY_PATH"],
password: process.env["SSL_PASSWORD"]
})
})*/
});
router.use(require('body-parser').json({