summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-10-07 11:57:49 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-10-07 11:57:59 +0200
commit74fd97b4b888470147647ac5b56ec8523b1be48d (patch)
tree0ac7f5f82287265d339e476e78eb7aad05946b98 /index.pl
parent17fbba75cd1eef3be1353599ed434ba9d7e96ea2 (diff)
add simple about page0.02
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 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) = @_;