diff --git a/app.js b/app.js index ba2984d..623d514 100644 --- a/app.js +++ b/app.js @@ -54,7 +54,7 @@ const signToken = async (token) => { // Configure our small auth0-mock-server app - .options('*', cors(corsOpts)) + .options('*all', cors(corsOpts)) .use(cors()) .use(bodyParser.json({ strict: false })) .use(bodyParser.urlencoded({ extended: true }))