Resolve CORS Error

This commit is contained in:
Kouril42
2023-02-19 11:20:39 +01:00
parent 7179f8f752
commit ada539e79a
6 changed files with 91 additions and 1 deletions
+1
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],
];