1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 13:29:22 +00:00

Remove deprecation warning

This commit is contained in:
Pierre HUBERT 2019-11-22 09:30:34 +01:00
parent 340f571a76
commit e7df7aab03

View File

@ -23,7 +23,7 @@ async function init() {
// Start HTTP Server // Start HTTP Server
const app = express(); const app = express();
app.use(express.urlencoded()); app.use(express.urlencoded({extended: true}));
// Process the list of routes // Process the list of routes
Routes.forEach(route => { Routes.forEach(route => {