From 1dc5cfa283dc4b9d4d16897ea728b847ddff2910 Mon Sep 17 00:00:00 2001 From: Gabriellvl Date: Wed, 26 Feb 2025 18:11:25 +0100 Subject: [PATCH] feat: added descripion + images to /themes languages --- backend/src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`);