diff --git a/api/server.js b/api/server.js index 7d38b0b..aa29abb 100644 --- a/api/server.js +++ b/api/server.js @@ -30,7 +30,7 @@ app.use(koaBody()) router.post( '/graphql', apolloUploadKoa({ - uploadDir: '/tmp/uploads' + uploadDir: '/tmp/apollo-upload-examples' }), graphqlKoa({ schema