Skip to content

Commit

Permalink
fix(common): re-export schema decorators from @tsed/common to maintai…
Browse files Browse the repository at this point in the history
…n compatibility with v7
  • Loading branch information
Romakita committed Oct 17, 2024
1 parent 528c710 commit 65507cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/platform/common/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export * from "@tsed/platform-middlewares";
export * from "@tsed/platform-params";
export * from "@tsed/platform-response-filter";
export * from "@tsed/platform-router";
export {AcceptMime, All, Delete, Get, Head, Location, Options, Patch, Post, Put, Redirect, View} from "@tsed/schema";

0 comments on commit 65507cb

Please sign in to comment.