Skip to content

Commit 314a15d

Browse files
ThorstenFroehlinghaushbruch
authored andcommitted
https to http for lime, bird
1 parent 7ab12b5 commit 314a15d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/converters/gbfs_https_to_http.py

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ class GbfsHttpsToHttpConverter(BaseConverter):
1414
'gbfs.nextbike.net',
1515
'apis.deutschebahn.com',
1616
'stables.donkey.bike',
17+
'data.lime.bike',
18+
'mds.bird.co',
1719
]
1820

1921
def convert(self, data: Union[dict, list], path: str) -> Union[dict, list]:

0 commit comments

Comments
 (0)