Skip to content

Commit

Permalink
fix: Export MultipartFilesMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Feb 16, 2019
1 parent 6aa7d03 commit 22c9d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = {
{link: "/tutorials/socket-io.html", text: "Socket.io"},
{link: "/tutorials/swagger.html", text: "Swagger"},
{link: "/tutorials/ajv.html", text: "Validation with AJV"},
{link: "/tutorials/upload-files-with-multer.html", text: "Upload files"},
{link: "/tutorials/multer.html", text: "Upload files"},
{link: "/tutorials/serve-static-files.html", text: "Serve static files"},
{link: "/tutorials/templating.html", text: "Templating"},
{link: "/tutorials/throw-http-exceptions.html", text: "Throw HTTP exceptions"},
Expand Down
1 change: 1 addition & 0 deletions packages/multipartfiles/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ declare module "@tsed/common" {
export * from "./decorators/multipartFile";
export * from "./decorators/multerOptions";
export * from "./decorators/multerFileSize";
export * from "./middlewares/MultipartFileMiddleware";

0 comments on commit 22c9d82

Please sign in to comment.