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