1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

[fix] remove old code

This commit is contained in:
Nicolas Lœuillet 2014-01-15 22:23:41 +01:00
parent 0a303e4353
commit 6a26814da8

View File

@ -5,12 +5,6 @@ use Poche\Controller;
use Symfony\Component\HttpFoundation\Request;
$front = $app['controllers_factory'];
// $front->get('/', function () use ($app) {
// $entries = $app['entry_api']->getEntries('unread');
// return $app['twig']->render('index.twig', array('entries' => $entries));
// });
$front->get('/', 'Poche\Controller\EntryController::indexAction');