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.
1 parent 0c5b6bf commit 4761ee8Copy full SHA for 4761ee8
index.js
@@ -9,7 +9,7 @@ import { expressPort, getExampleNames, resolveExamplePath } from './config';
9
import './mongooseConnection';
10
11
const server = express();
12
-server.use(cors());
+server.use(cors({ origin: true }));
13
14
// scan `examples` directory and add
15
// - graphql endpoint by uri /exampleDirName
0 commit comments