summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.pl b/index.pl
index 5225377..aaa0acf 100644
--- a/index.pl
+++ b/index.pl
@@ -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 => {