summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
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) = @_;