1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-18 05:32:23 -05:00

[del] remove dummy code

This commit is contained in:
Nicolas Lœuillet 2013-11-26 13:34:53 +01:00
parent eed94326c4
commit e62824a8f6

View File

@ -9,11 +9,4 @@ $front->get('/', function () use ($app) {
return $app['twig']->render('index.twig', array('entry' => $entry));
});
$front->get('/unread', function () use ($app) {
$entries = $app['entry_api']->getEntries();
return $app['twig']->render('index.twig', array('entry' => $entry));
});
return $front;