enable CORS

This commit is contained in:
Taka Goto
2018-11-13 14:29:08 -06:00
parent 6a43cd4287
commit 1b6a9ac8a2
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ describe('bootServer', () => {
options: {
pluginHook: jasmine.createSpy('pluginHook'),
watchPg: true,
enableCors: true,
simpleSubscriptions: true,
graphiql: true,
webSocketMiddlewares: [] },