Handle CORS for dev env

This commit is contained in:
2024-11-20 09:59:59 +01:00
parent e002e0e3c9
commit 8751db7452
7 changed files with 94 additions and 3 deletions

View File

@@ -5,4 +5,5 @@ return [
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
];