From d696cff271b0c92803fc6bedbed49156110512e7 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Fri, 14 Apr 2017 18:21:59 +0000
Subject: [PATCH] Add popupShow/Hide helper functions

---
 proxy.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/proxy.php b/proxy.php
index cb7b642..2aedacb 100644
--- a/proxy.php
+++ b/proxy.php
@@ -37,6 +37,9 @@
 	'/services/routeInfo/routeStops' => [
 		'routeId' => 'ctype_digit',
 	],
+	'/services/stopInfo/stop' => [
+		'stop' => 'ctype_digit',
+	],
 	'/services/stopInfo/stopPoint' => [
 		'stopPoint' => 'ctype_digit',
 	],

--
Gitblit v1.9.1