From 571f073b70994704f210dfed5af46ae24977faff Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Sat, 8 Jul 2017 17:49:19 +1000 Subject: [PATCH] More specific upload directory. --- api/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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