summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index e93350c..7cd6c06 100644
--- a/index.pl
+++ b/index.pl
@@ -835,7 +835,7 @@ post '/_geolocation' => sub {
lat => $_->[0][4],
distance => $_->[1],
}
- } Travel::Status::DE::IRIS::Stations::get_stations_by_location($lon, $lat, 10);
+ } Travel::Status::DE::IRIS::Stations::get_station_by_location($lon, $lat, 10);
$self->render(json => {
candidates => [ @candidates ],
});