From ca2d318919ca82c1a28da9fe2dc392728b5e41f2 Mon Sep 17 00:00:00 2001 From: hidenorigoto Date: Mon, 21 Sep 2015 15:08:43 +0900 Subject: [PATCH] =?UTF-8?q?[7-26-pre2]=20NelmioCorsBundle=E3=82=92?= =?UTF-8?q?=E6=9C=89=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AppKernel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/AppKernel.php b/app/AppKernel.php index 29da584..754ad51 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -19,6 +19,7 @@ public function registerBundles() new AppBundle\AppBundle(), new FOS\RestBundle\FOSRestBundle(), new JMS\SerializerBundle\JMSSerializerBundle(), + new Nelmio\CorsBundle\NelmioCorsBundle(), ); if (in_array($this->getEnvironment(), array('dev', 'test'))) {