diff --git a/backend/src/app.ts b/backend/src/app.ts index 5e4e781a..532f7734 100644 --- a/backend/src/app.ts +++ b/backend/src/app.ts @@ -30,7 +30,7 @@ app.use('/login', loginRouter); async function startServer() { - //await initORM(); + await initORM(); app.listen(port, () => { console.log(`Server is running at http://localhost:${port}`);