From e7be52e9c28fd9685d3d5432c91e60f105990dc4 Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Mon, 31 Jul 2023 09:16:30 +0900 Subject: [PATCH] =?UTF-8?q?HT=E3=81=AEAPI=E3=80=80=E6=96=B0=E3=83=AC?= =?UTF-8?q?=E3=82=A4=E3=82=A2=E3=82=A6=E3=83=88=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Util/Custom/HelloTechno/API.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Util/Custom/HelloTechno/API.php b/app/Util/Custom/HelloTechno/API.php index 5707d80..cfb0189 100644 --- a/app/Util/Custom/HelloTechno/API.php +++ b/app/Util/Custom/HelloTechno/API.php @@ -77,8 +77,7 @@ class API private static function getParkingsUrl() { - // $condition = [static::getHost(), static::URL_PARKINGS]; - $condition = [static::getHost(), static::URL_PARKINGS, "9990"]; + $condition = [static::getHost(), static::URL_PARKINGS]; return implode('/', $condition); }