Commit 1b3f57d3 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

relaxed routes -> support stations with '.' in their name

parent 74f6f591
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -908,9 +908,9 @@ post '/_geolocation' => sub {
app->defaults( layout => 'default' );

get '/'               => \&handle_request;
get '/:station'       => \&handle_request;
get '/:station/:via'  => \&handle_request;
get '/multi/:station' => \&handle_request;
get '/#station'       => \&handle_request;
get '/#station/#via'  => \&handle_request;
get '/multi/#station' => \&handle_request;

app->config(
	hypnotoad => {