]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/AppKernel.php
Move API stuff in ApiBundle
[github/wallabag/wallabag.git] / app / AppKernel.php
index 601b52c3f4670d90c242ca6c9769bc9a96bc7c40..9a52f3493d08b49e2ed58aa1e98249d8f4a3caf9 100644 (file)
@@ -23,7 +23,8 @@ class AppKernel extends Kernel
             new Nelmio\CorsBundle\NelmioCorsBundle(),
             new Liip\ThemeBundle\LiipThemeBundle(),
             new Wallabag\CoreBundle\WallabagCoreBundle(),
-            new Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle()
+            new Wallabag\ApiBundle\WallabagApiBundle(),
+            new Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle(),
         );
 
         if (in_array($this->getEnvironment(), array('dev', 'test'))) {