mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
fixed URL management
This commit is contained in:
@@ -4,7 +4,6 @@ $app->get('/', function() use($app) {
|
||||
$repositories = $app['git']->getRepositories($app['git.repos']);
|
||||
|
||||
return $app['twig']->render('index.twig', array(
|
||||
'baseurl' => $app['baseurl'],
|
||||
'repositories' => $repositories,
|
||||
));
|
||||
});
|
||||
})->bind('homepage');
|
||||
|
||||
Reference in New Issue
Block a user