summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
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,