fix: _i18n map to backend

feat: added descripion + images to /themes languages
This commit is contained in:
Gabriellvl 2025-02-26 13:02:59 +01:00
parent 4186e7c7d4
commit 7578ea971b
6 changed files with 13 additions and 9 deletions

View file

@ -13,11 +13,11 @@ app.get('/', (_, res: Response) => {
});
});
app.use("/routes", themeRoutes);
app.use("/theme", themeRoutes);
async function startServer() {
await initORM();
//Await initORM();
app.listen(port, () => {
console.log(`Server is running at http://localhost:${port}`);