X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FAppKernel.php;h=9a52f3493d08b49e2ed58aa1e98249d8f4a3caf9;hb=769e19dc4ab1a068e8165a7b237f42a78a6d312f;hp=3dfefd584a62c06f2d72d79a65d4b345173eee4b;hpb=89c03230c3d51e618608b044b0e3f45cf0c06a11;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/AppKernel.php b/app/AppKernel.php index 3dfefd58..9a52f349 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -20,7 +20,11 @@ class AppKernel extends Kernel new FOS\RestBundle\FOSRestBundle(), new JMS\SerializerBundle\JMSSerializerBundle(), new Nelmio\ApiDocBundle\NelmioApiDocBundle(), - new Wallabag\CoreBundle\WallabagCoreBundle() + new Nelmio\CorsBundle\NelmioCorsBundle(), + new Liip\ThemeBundle\LiipThemeBundle(), + new Wallabag\CoreBundle\WallabagCoreBundle(), + new Wallabag\ApiBundle\WallabagApiBundle(), + new Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle(), ); if (in_array($this->getEnvironment(), array('dev', 'test'))) {