From 74fd97b4b888470147647ac5b56ec8523b1be48d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 7 Oct 2018 11:57:49 +0200 Subject: add simple about page --- index.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'index.pl') diff --git a/index.pl b/index.pl index 2f2e46f..d701e36 100755 --- a/index.pl +++ b/index.pl @@ -640,6 +640,12 @@ post '/action' => sub { } }; +get '/x/about' => sub { + my ($self) = @_; + + $self->render( 'about', version => $VERSION ); +}; + post '/x/geolocation' => sub { my ($self) = @_; -- cgit v1.2.3