More specific upload directory.

This commit is contained in:
Jayden Seric 2017-07-08 17:49:19 +10:00
parent 31f5861eec
commit 571f073b70

View File

@ -30,7 +30,7 @@ app.use(koaBody())
router.post( router.post(
'/graphql', '/graphql',
apolloUploadKoa({ apolloUploadKoa({
uploadDir: '/tmp/uploads' uploadDir: '/tmp/apollo-upload-examples'
}), }),
graphqlKoa({ graphqlKoa({
schema schema