summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-02-24 18:46:50 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-02-24 18:46:50 +0100
commit09225cc69415692b6c70df1eafa4697de8fab505 (patch)
tree3593ca1ed0766bbc5c44e5b748bbb59a713f5d69 /index.pl
parent9d3d11783dc7cfb03a89ae5d2f0b8f83bfdfeba9 (diff)
add /bar
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.pl b/index.pl
index 8912c69..f11cf2b 100644
--- a/index.pl
+++ b/index.pl
@@ -212,6 +212,12 @@ get '/all' => sub {
return;
};
+get '/bar' => sub {
+ my $self = shift;
+ $self->render('bargraph');
+ return;
+};
+
app->config(
hypnotoad => {
accepts => 10,