fix: disable cors

This commit is contained in:
NGPixel
2021-03-25 21:19:32 -04:00
parent 05aad5b9c6
commit c57c9d9018
2 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ module.exports = {
path: '/graphql-subscriptions'
}
})
this.servers.graph.applyMiddleware({ app: WIKI.app })
this.servers.graph.applyMiddleware({ app: WIKI.app, cors: false })
},
/**
* Close all active connections