module.exports = { cors : { "origin": "*", "methods": "GET,PUT,POST,DELETE", "allowedHeaders" : [ 'Content-Type','Authorization' ], "preflightContinue": false, "optionsSuccessStatus": 204 } }