Open lkitching opened 6 years ago
Configure CORS correctly within the pedestal server returned from server/create-server. This should respond to pre-flight OPTIONS request as well as set the required headers on the subsequent GraphQL request.
server/create-server
Configure CORS correctly within the pedestal server returned from
server/create-server
. This should respond to pre-flight OPTIONS request as well as set the required headers on the subsequent GraphQL request.