We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5868bd8 commit c22d848Copy full SHA for c22d848
1 file changed
example/server.ts
@@ -18,5 +18,5 @@ app.useGlobalPipes(new ValidatorPipe());
18
app.startAllMicroservices(() => console.log('All microservices are listening...'));
19
app.listen(port, () => {
20
console.log('Application listen on port:', port);
21
- //app.close();
+ app.close();
22
});
0 commit comments