diff options
Diffstat (limited to 'lib/StarGit.pm')
| -rw-r--r-- | lib/StarGit.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/StarGit.pm b/lib/StarGit.pm index 91210e7..7931b17 100644 --- a/lib/StarGit.pm +++ b/lib/StarGit.pm @@ -13,6 +13,14 @@ get '/' => sub { template 'index'; }; +get '/about' => sub { + template 'about'; +}; + +get '/api' => sub { + template 'api'; +}; + get '/graph/local/:name' => sub { my $name = params->{'name'}; |
