From 7a58f50a20cb2517f310cd93494ad1833158def2 Mon Sep 17 00:00:00 2001
From: p0358 <p0358@users.noreply.github.com>
Date: Sun, 29 Oct 2017 15:31:21 +0000
Subject: [PATCH] 2 fixes (typo and boarding animation when arrows weren't shown yet)

---
 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