mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 05:19:22 +00:00
Remove deprecation warning
This commit is contained in:
parent
340f571a76
commit
e7df7aab03
@ -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 => {
|
||||||
|
Loading…
Reference in New Issue
Block a user