chart date format

This commit is contained in:
Jan Prochazka
2020-12-10 08:45:14 +01:00
parent ee50604112
commit 27a78facf5
2 changed files with 82 additions and 13 deletions

View File

@@ -44,6 +44,9 @@ function start(argument = null) {
},
challenge: true,
realm: 'DbGate Web App',
// https://stackoverflow.com/questions/12921658/use-specific-middleware-in-express-for-all-paths-except-a-specific-one
// remove: '/.well-known/acme-challenge/',
})
);
}