From b8f491f1dc0a0dfe8565f70b7f5d75a961b5c80e Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Fri, 6 Oct 2023 19:46:12 +0200 Subject: [PATCH] Add spin scooters in Portland --- smoke-tests/portland/router-config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/smoke-tests/portland/router-config.json b/smoke-tests/portland/router-config.json index 00d362e83d5..a6c1b64b90c 100644 --- a/smoke-tests/portland/router-config.json +++ b/smoke-tests/portland/router-config.json @@ -19,6 +19,13 @@ "sourceType": "gbfs", "url": "https://mds.bird.co/gbfs/v2/public/portland/gbfs.json", "geofencingZones": "true" + }, + { + "type": "vehicle-rental", + "frequency": "90s", + "sourceType": "gbfs", + "url": "https://gbfs.spin.pm/api/gbfs/v2_3/portland/gbfs", + "geofencingZones": "true" } ] } \ No newline at end of file