Skip to content

Commit

Permalink
🐞fix(decorators): export createMiddlewareDecorator
Browse files Browse the repository at this point in the history
  • Loading branch information
xcfox committed Jun 16, 2022
1 parent 00d4e15 commit b013207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/decorators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export { ArgsType } from "./ArgsType";
export { Authorized } from "./Authorized";
export { createParamDecorator } from "./createParamDecorator";
export { createMethodDecorator } from "./createMethodDecorator";
export { createMiddlewareDecorator } from "./createMiddlewareDecorator";
export { Ctx } from "./Ctx";
export { Directive } from "./Directive";
export { Extensions } from "./Extensions";
Expand Down

0 comments on commit b013207

Please sign in to comment.