릴리스: v1.4.14 topic 전환 안정화
This commit is contained in:
@@ -74,6 +74,7 @@ app.use(async (req, res, next) => {
|
||||
await ensureData()
|
||||
next()
|
||||
} catch (e) {
|
||||
console.error('[backend] db init failed', e)
|
||||
res.status(500).json({ error: 'db_init_failed' })
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user