Skip to content

Commit be8ba26

Browse files
committed
upgrade latest core
1 parent dde0f04 commit be8ba26

File tree

3 files changed

+1985
-6322
lines changed

3 files changed

+1985
-6322
lines changed

app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ async function bootstrap() {
1212
TodoService,
1313
],
1414
})
15-
.use(Express)
16-
.use(Rest)
15+
.use(Express())
16+
.use(Rest())
1717
.init();
1818

1919
app.logger.info(`Server started! Let's browse http://localhost:3000/api/todo`);

0 commit comments

Comments
 (0)