diff --git a/backend/src/app.ts b/backend/src/app.ts index a3a62a62..fd792460 100644 --- a/backend/src/app.ts +++ b/backend/src/app.ts @@ -17,7 +17,7 @@ app.use("/theme", themeRoutes); async function startServer() { - //Await initORM(); + await initORM(); app.listen(port, () => { console.log(`Server is running at http://localhost:${port}`);