Bugfixes: No startup after packaging, infinity loading on concert booking page if user comes from band page

This commit is contained in:
2025-09-01 14:22:53 +02:00
parent d730280876
commit f98eb098f5
6 changed files with 59 additions and 43 deletions

View File

@@ -36,7 +36,7 @@ app.use("/files", files)
// Add delay for more realistic response times
app.use((req, res, next) => {
setTimeout(next, Math.floor((Math.random() * 1000) + 100))
setTimeout(next, Math.floor((Math.random() * 500) + 100))
})
// Routes