fix: MikroORM terug aangezet in backend/src/app.ts
This commit is contained in:
parent
d9998a99ea
commit
8179132811
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ app.use('/login', loginRouter);
|
|||
|
||||
|
||||
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