More specific upload directory.
This commit is contained in:
parent
31f5861eec
commit
571f073b70
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user