diff --git a/src/main.ts b/src/main.ts index 15e0b29..eea36ff 100644 --- a/src/main.ts +++ b/src/main.ts @@ -23,7 +23,7 @@ async function init() { // Start HTTP Server const app = express(); - app.use(express.urlencoded()); + app.use(express.urlencoded({extended: true})); // Process the list of routes Routes.forEach(route => {