Merge branch 'main' into docker

This commit is contained in:
2024-03-18 20:22:15 -05:00
22 changed files with 293 additions and 114 deletions

View File

@@ -169,9 +169,9 @@ app.use(function (err, req, res, next) {
});
// catch 404 and forward to error handler
// app.use(function (req, res, next) {
// next(createError(404));
// });
app.use(function (req, res, next) {
next(createError(404));
});
app.set('trust proxy')