From c6532906df51acb736509e399a24bb32fb536c45 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 2 Mar 2019 18:12:10 +0100 Subject: add imprint --- index.pl | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'index.pl') diff --git a/index.pl b/index.pl index 1c32fcb..829c4d8 100755 --- a/index.pl +++ b/index.pl @@ -766,6 +766,18 @@ get '/x/about' => sub { $self->render( 'about', version => $VERSION ); }; +get '/x/impressum' => sub { + my ($self) = @_; + + $self->render('imprint'); +}; + +get '/x/imprint' => sub { + my ($self) = @_; + + $self->render('imprint'); +}; + post '/x/geolocation' => sub { my ($self) = @_; -- cgit v1.2.3