Skip to content

Commit

Permalink
fix(ErrorMiddleware): Export from index (#11)
Browse files Browse the repository at this point in the history
πŸ€¦πŸ»β€β™‚οΈ
  • Loading branch information
72636c authored Jun 12, 2020
1 parent 9c90800 commit 226a8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * as AsyncMiddleware from './asyncMiddleware/asyncMiddleware';
export * as ErrorMiddleware from './errorMiddleware/errorMiddleware';
export * as MetricsMiddleware from './metricsMiddleware/metricsMiddleware';
export * as RequestLogging from './requestLogging/requestLogging';
export * as SecureHeaders from './secureHeaders/secureHeaders';
Expand Down

0 comments on commit 226a8b3

Please sign in to comment.