Browse Source

Enabled the NelmioCors bundle in the application

Javier Eguiluz 9 years ago
parent
commit
86861afa10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/AppKernel.php

+ 1 - 1
app/AppKernel.php

@@ -23,7 +23,7 @@ class AppKernel extends Kernel
             new Nelmio\SolariumBundle\NelmioSolariumBundle(),
             new Nelmio\SolariumBundle\NelmioSolariumBundle(),
             new Nelmio\SecurityBundle\NelmioSecurityBundle(),
             new Nelmio\SecurityBundle\NelmioSecurityBundle(),
             new Knp\Bundle\MenuBundle\KnpMenuBundle(),
             new Knp\Bundle\MenuBundle\KnpMenuBundle(),
-
+            new Nelmio\CorsBundle\NelmioCorsBundle(),
             new Packagist\WebBundle\PackagistWebBundle(),
             new Packagist\WebBundle\PackagistWebBundle(),
         );
         );