fix: backend werkt op windows
This commit is contained in:
parent
8866bed1fe
commit
9626de951e
3 changed files with 2818 additions and 1059 deletions
|
@ -1,5 +1,6 @@
|
|||
import express, { Express, Response } from 'express';
|
||||
import { initORM } from './orm.js';
|
||||
import "dotenv/config";
|
||||
|
||||
import themeRoutes from './routes/themes.js';
|
||||
import learningPathRoutes from './routes/learning-paths.js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue