mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:28 -06:00
fix: remove unused middleware
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
const { graphqlUploadExpress } = require('graphql-upload')
|
||||
|
||||
/**
|
||||
* GraphQL File Upload Middleware
|
||||
*/
|
||||
module.exports = graphqlUploadExpress({ maxFileSize: 5000000, maxFiles: 20 })
|
||||
Reference in New Issue
Block a user