set default graphql endpoint in playground

This commit is contained in:
Matt Dunn-Rankin 2020-04-23 01:12:52 -07:00
parent ff8327981f
commit 5028c39ea9

View file

@ -116,7 +116,9 @@ const config = {
// Enable Playground in production :) // Enable Playground in production :)
introspection: true, introspection: true,
playground: true, playground: {
endpoint: "/api/graphql",
},
}; };
if (require.main === module) { if (require.main === module) {