Got the first prototypal network graph working.

This commit is contained in:
Lukas Domnick
2013-03-22 00:12:24 +01:00
parent 312e9ff15f
commit ffe8814b2a
11 changed files with 488 additions and 802 deletions

View File

@@ -14,5 +14,6 @@ $app->mount('', new GitList\Controller\MainController());
$app->mount('', new GitList\Controller\BlobController());
$app->mount('', new GitList\Controller\CommitController());
$app->mount('', new GitList\Controller\TreeController());
$app->mount('', new GitList\Controller\NetworkController());
return $app;