diff --git a/src/index.js b/src/index.js index 249a177..420e8e7 100644 --- a/src/index.js +++ b/src/index.js @@ -4,11 +4,11 @@ const setCors = require('./utils/setCors') const graphQLOptions = { // Set the path for the GraphQL server - baseEndpoint: '/', + baseEndpoint: '/graphql', // Set the path for the GraphQL playground // This option can be removed to disable the playground route - playgroundEndpoint: '/___graphql', + playgroundEndpoint: '/', // When a request's path isn't matched, forward it to the origin forwardUnmatchedRequestsToOrigin: false,