]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/AppKernel.php
enable CORS
[github/wallabag/wallabag.git] / app / AppKernel.php
index 3dfefd584a62c06f2d72d79a65d4b345173eee4b..fe61b255dd9c80b37f606d0f2185801b22db5057 100644 (file)
@@ -20,6 +20,7 @@ class AppKernel extends Kernel
             new FOS\RestBundle\FOSRestBundle(),
             new JMS\SerializerBundle\JMSSerializerBundle(),
             new Nelmio\ApiDocBundle\NelmioApiDocBundle(),
+            new Nelmio\CorsBundle\NelmioCorsBundle(),
             new Wallabag\CoreBundle\WallabagCoreBundle()
         );