Skip to content

Commit

Permalink
[7-26-pre2] NelmioCorsBundleを有効化
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenorigoto committed Dec 28, 2015
1 parent 5f2ef8a commit ca2d318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/AppKernel.php
Expand Up @@ -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'))) {
Expand Down

0 comments on commit ca2d318

Please sign in to comment.