From c34271a75d7f88f8b80f0f410bf6f30dcd79043f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 12 May 2016 12:53:48 +0200 Subject: update IRIS::Stations function names --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ], }); -- cgit v1.2.3