Is there any way currently to set a prefix for the generated routes when running php bin/console make:api? I was not able to find any and the enforced routes seem to be deeply ingrained in the generation process (e.g. just changing the annotation on the controller does not updated the route information provided from the API responses).
Is there any way currently to set a prefix for the generated routes when running
php bin/console make:api? I was not able to find any and the enforced routes seem to be deeply ingrained in the generation process (e.g. just changing the annotation on the controller does not updated the route information provided from the API responses).