fix: _i18n map to backend
feat: added descripion + images to /themes languages
This commit is contained in:
parent
4186e7c7d4
commit
7578ea971b
6 changed files with 13 additions and 9 deletions
|
@ -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}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue