diff --git a/config/autoload/cors.local.php.dist b/config/autoload/cors.local.php.dist index 782b4cc..b0adb9b 100644 --- a/config/autoload/cors.local.php.dist +++ b/config/autoload/cors.local.php.dist @@ -11,7 +11,7 @@ return [ * Leaving this line here makes your application accessible by any origin. * * To restrict, replace this line with a list of origins that should have access to your application. - * Example: 'domain1.com', 'domain2.com' + * @see https://docs.mezzio.dev/mezzio-cors/v1/middleware/#examples-for-project-configurations */ ConfigurationInterface::ANY_ORIGIN, ],