diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-10-13 14:40:19 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-10-13 14:40:19 +0200 |
commit | b070e55eaeb6df7cb39235463ca7df7dd2c6bcc0 (patch) | |
tree | 99e06765c1fee7726e601cd95de376929643d098 /index.pl | |
parent | 33fd338bc54f81338d32c6eba6c59f3b35dbe545 (diff) |
add history page
Diffstat (limited to 'index.pl')
-rwxr-xr-x | index.pl | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -647,6 +647,12 @@ post '/action' => sub { } }; +get '/a/history' => sub { + my ($self) = @_; + + $self->render('history'); +}; + get '/x/about' => sub { my ($self) = @_; |