Bugfix database creation

This commit is contained in:
2024-11-12 05:09:54 +01:00
parent af26e64ad8
commit 860432ead3
6 changed files with 30 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ app.use('/static', express.static(path.join(__dirname, 'images')))
// Add delay for more realistic response times
app.use((req, res, next) => {
setTimeout(next, Math.floor((Math.random () * 2000) + 100))
setTimeout(next, Math.floor((Math.random() * 1000) + 100))
})
// Routes