More specific upload directory.
This commit is contained in:
parent
31f5861eec
commit
571f073b70
@ -30,7 +30,7 @@ app.use(koaBody())
|
||||
router.post(
|
||||
'/graphql',
|
||||
apolloUploadKoa({
|
||||
uploadDir: '/tmp/uploads'
|
||||
uploadDir: '/tmp/apollo-upload-examples'
|
||||
}),
|
||||
graphqlKoa({
|
||||
schema
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user