Skip to content

Commit 00617d6

Browse files
authored
Merge pull request #157 from evenchange4/patch-1
fix(Upload): remove duplicated apolloUploadExpress middleware
2 parents 959dc19 + b963504 commit 00617d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ export class GraphQLServer {
142142
app.post(
143143
this.options.endpoint,
144144
bodyParser.graphql(),
145-
apolloUploadExpress(this.options.uploads),
146145
)
147146

148147
if (this.options.uploads) {

0 commit comments

Comments
 (0)