diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-29 16:56:58 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-29 16:56:58 +0100 |
commit | f8bf8952541b51481a7463c6efc0b2bc9c1edff1 (patch) | |
tree | cb632798f4c6f763ba7c827dcaa885eec4255094 /app/AppKernel.php | |
parent | 589dce52c63219d917498d2fdf18e5d7ebe5bf92 (diff) | |
download | wallabag-f8bf8952541b51481a7463c6efc0b2bc9c1edff1.tar.gz wallabag-f8bf8952541b51481a7463c6efc0b2bc9c1edff1.tar.zst wallabag-f8bf8952541b51481a7463c6efc0b2bc9c1edff1.zip |
routing for API, trying to respect #414
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index e8160135..515c79ec 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -20,8 +20,7 @@ class AppKernel extends Kernel | |||
20 | new FOS\RestBundle\FOSRestBundle(), | 20 | new FOS\RestBundle\FOSRestBundle(), |
21 | new JMS\SerializerBundle\JMSSerializerBundle(), | 21 | new JMS\SerializerBundle\JMSSerializerBundle(), |
22 | new Nelmio\ApiDocBundle\NelmioApiDocBundle(), | 22 | new Nelmio\ApiDocBundle\NelmioApiDocBundle(), |
23 | new Wallabag\CoreBundle\WallabagCoreBundle(), | 23 | new Wallabag\CoreBundle\WallabagCoreBundle() |
24 | new Wallabag\ApiBundle\WallabagApiBundle(), | ||
25 | ); | 24 | ); |
26 | 25 | ||
27 | if (in_array($this->getEnvironment(), array('dev', 'test'))) { | 26 | if (in_array($this->getEnvironment(), array('dev', 'test'))) { |