Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil.mysliwiec committed Jun 24, 2017
1 parent 5868bd8 commit c22d848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/server.ts
Expand Up @@ -18,5 +18,5 @@ app.useGlobalPipes(new ValidatorPipe());
app.startAllMicroservices(() => console.log('All microservices are listening...'));
app.listen(port, () => {
console.log('Application listen on port:', port);
//app.close();
app.close();
});

0 comments on commit c22d848

Please sign in to comment.