mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-02-06 22:59:50 +01:00
Got the first prototypal network graph working.
This commit is contained in:
1
boot.php
1
boot.php
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user