From d05ccd56e2c0eec514225352416078fb89342d8d Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Mon, 13 Jan 2025 17:31:33 +0100 Subject: [PATCH] Update Rolph endpoint The old one doesn't work anymore, this one is what their website uses. --- data/de/rolph-efa.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/de/rolph-efa.json b/data/de/rolph-efa.json index 97c1d1b..805164e 100644 --- a/data/de/rolph-efa.json +++ b/data/de/rolph-efa.json @@ -12,7 +12,7 @@ } }, "options": { - "endpoint": "https://www.rolph.de/fahrplanauskunft/", + "endpoint": "https://mandanten.vrn.de/takt2/", "supportedOutputFormats": [ "XML", "JSON" ], "xmlOutputFormat": "full" },