From dcae2fc25d81229d15a8ace1949d6f443ab6036f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 27 Feb 2015 21:26:43 +0100 Subject: enable CORS --- app/AppKernel.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/AppKernel.php b/app/AppKernel.php index 3dfefd58..fe61b255 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -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() ); -- cgit v1.2.3