We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Access-Control-Allow-Credentials: true
1 parent 126d734 commit 8794b1cCopy full SHA for 8794b1c
index.js
@@ -10,7 +10,7 @@ import { expressPort, getExampleNames, resolveExamplePath } from './config';
10
import './mongooseConnection';
11
12
const server = express();
13
-server.use(cors({ origin: true }));
+server.use(cors({ origin: true, credentials: true }));
14
15
// scan `examples` directory and add
16
// - graphql endpoint by uri /exampleDirName
0 commit comments