Skip to content
Snippets Groups Projects
Commit d5a5820c authored by NGPixel's avatar NGPixel
Browse files

fix: remove unused middleware

parent b3d9a183
Branches
Tags 2.5.214
No related merge requests found
const { graphqlUploadExpress } = require('graphql-upload')
/**
* GraphQL File Upload Middleware
*/
module.exports = graphqlUploadExpress({ maxFileSize: 5000000, maxFiles: 20 })
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment