Bugfixes: No startup after packaging, infinity loading on concert booking page if user comes from band page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user