summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-10-13 14:40:19 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-10-13 14:40:19 +0200
commitb070e55eaeb6df7cb39235463ca7df7dd2c6bcc0 (patch)
tree99e06765c1fee7726e601cd95de376929643d098 /index.pl
parent33fd338bc54f81338d32c6eba6c59f3b35dbe545 (diff)
add history page
Diffstat (limited to 'index.pl')
-rwxr-xr-xindex.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.pl b/index.pl
index 24cdc91..bb3fee8 100755
--- a/index.pl
+++ b/index.pl
@@ -647,6 +647,12 @@ post '/action' => sub {
}
};
+get '/a/history' => sub {
+ my ($self) = @_;
+
+ $self->render('history');
+};
+
get '/x/about' => sub {
my ($self) = @_;