Pārlūkot izejas kodu

Enabled the NelmioCors bundle in the application

Javier Eguiluz 9 gadi atpakaļ
vecāks
revīzija
86861afa10
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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\SecurityBundle\NelmioSecurityBundle(),
             new Knp\Bundle\MenuBundle\KnpMenuBundle(),
-
+            new Nelmio\CorsBundle\NelmioCorsBundle(),
             new Packagist\WebBundle\PackagistWebBundle(),
         );