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:
parent
eed94326c4
commit
e62824a8f6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user