diff --git a/examples/aws-companion/server.cjs b/examples/aws-companion/server.cjs index 5704a7b3e..a0edb6b16 100644 --- a/examples/aws-companion/server.cjs +++ b/examples/aws-companion/server.cjs @@ -45,7 +45,7 @@ const options = { filePath: DATA_DIR, secret: 'blah blah', debug: true, - corsOrigin: true, + corsOrigins: true, } // Create the data directory here for the sake of the example.