mirror of
https://github.com/moparisthebest/wallabag
synced 2025-01-06 19:28:00 -05:00
[fix] remove old code
This commit is contained in:
parent
0a303e4353
commit
6a26814da8
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user