Skip to content

Commit b963504

Browse files
authored
fix(Upload): remove duplicated apolloUploadExpress middleware
1 parent 959dc19 commit b963504

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)