From 0b65cbfa54f7bbbb9ab3350f60cf326a16bcccb5 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Thu, 18 Jan 2018 08:08:34 +0000 Subject: [PATCH] Update stop names: Nowy Bieżanów P+R, Kurdwanów P+R, Podgórze SKA --- proxy.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/proxy.php b/proxy.php index 9962f91..f24d447 100644 --- a/proxy.php +++ b/proxy.php @@ -73,6 +73,7 @@ '/lookup/autocomplete/json' => '/services/lookup/autocomplete/json', '/passageInfo/stopPassages/stop' => '/services/passageInfo/stopPassages/stop', '/routeInfo/routeStops' => '/services/routeInfo/routeStops', + '/internetservice/geoserviceDispatcher/services/pathinfo/vehicle' => '/geoserviceDispatcher/services/pathinfo/vehicle', ]; $path = $_SERVER['PATH_INFO']; -- Gitblit v1.9.1