Problem: if the file config/autoload/cors.local.php does not exists
then the APi calls returns by default
Access-Control-Allow-Origin: null
which is missleading
Should we use the composer-post-install script to rename this file maybe ?
https://docs.dotkernel.org/api-documentation/v7/installation/configuration-files/
Problem: if the file
config/autoload/cors.local.phpdoes not existsthen the APi calls returns by default
Access-Control-Allow-Origin: nullwhich is missleading
Should we use the composer-post-install script to rename this file maybe ?
https://docs.dotkernel.org/api-documentation/v7/installation/configuration-files/