feat: added descripion + images to /themes languages

This commit is contained in:
Gabriellvl 2025-02-26 18:11:25 +01:00
parent 7578ea971b
commit 1dc5cfa283

View file

@ -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}`);