From f8bf8952541b51481a7463c6efc0b2bc9c1edff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 29 Jan 2015 16:56:58 +0100 Subject: routing for API, trying to respect #414 --- app/AppKernel.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/AppKernel.php') 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 new FOS\RestBundle\FOSRestBundle(), new JMS\SerializerBundle\JMSSerializerBundle(), new Nelmio\ApiDocBundle\NelmioApiDocBundle(), - new Wallabag\CoreBundle\WallabagCoreBundle(), - new Wallabag\ApiBundle\WallabagApiBundle(), + new Wallabag\CoreBundle\WallabagCoreBundle() ); if (in_array($this->getEnvironment(), array('dev', 'test'))) { -- cgit v1.2.3