From b070e55eaeb6df7cb39235463ca7df7dd2c6bcc0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 13 Oct 2018 14:40:19 +0200 Subject: add history page --- index.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'index.pl') 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) = @_; -- cgit v1.2.3