mirror of
https://github.com/moparisthebest/wallabag
synced 2024-12-18 13:42:17 -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));
|
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;
|
return $front;
|
||||||
|
Loading…
Reference in New Issue
Block a user