]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/AppKernel.php
1st implementation of wallabag api, yeah
[github/wallabag/wallabag.git] / app / AppKernel.php
index f03830388321714d7cfeed48fa8df0a2f943fa47..e2db75a7206c220abf6a9a44a22da16d0d08de19 100644 (file)
@@ -16,6 +16,9 @@ class AppKernel extends Kernel
             new Symfony\Bundle\AsseticBundle\AsseticBundle(),
             new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
             new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
+            new FOS\RestBundle\FOSRestBundle(),
+            new JMS\SerializerBundle\JMSSerializerBundle(),
+            new Nelmio\ApiDocBundle\NelmioApiDocBundle(),
             new Wallabag\CoreBundle\WallabagCoreBundle(),
         );