mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-19 16:15:16 +00:00
Remove deprecation warning
This commit is contained in:
@ -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 => {
|
||||||
|
Reference in New Issue
Block a user