fix: remove unused middleware
This commit is contained in:
parent
b3d9a183ea
commit
d5a5820c2f
@ -1,6 +0,0 @@
|
|||||||
const { graphqlUploadExpress } = require('graphql-upload')
|
|
||||||
|
|
||||||
/**
|
|
||||||
* GraphQL File Upload Middleware
|
|
||||||
*/
|
|
||||||
module.exports = graphqlUploadExpress({ maxFileSize: 5000000, maxFiles: 20 })
|
|
Loading…
Reference in New Issue
Block a user