Skip to content

Commit

Permalink
refactor: remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Aug 10, 2024
1 parent a9b243f commit 72c4a15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/adapter-express/application-express.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ class AppExpress extends ApplicationBase implements IWebServer {
/* Apply the status code to the response */
this.middlewares.unshift(new HttpStatusCodeMiddleware() as ExpressoMiddleware);

/* Get middlewares from the @controller and http decorators */

const expressServer = new InversifyExpressServer(this.container, null, {
rootPath: this.globalPrefix as string,
});
Expand Down

0 comments on commit 72c4a15

Please sign in to comment.