From 47e8773afbd60fecaeb748c935c6f9ba51f7db0b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas@allround.digital>
Date: Mon, 11 Dec 2023 19:45:44 +0100
Subject: [PATCH] config/default: Fixed Fahrplan config

---
 public/config/default.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/public/config/default.json b/public/config/default.json
index 66de9e2..7dbd113 100644
--- a/public/config/default.json
+++ b/public/config/default.json
@@ -15,11 +15,11 @@
       "config": {
         "stops": [
           "Dortmund Universität S",
-          "Dortmund Joseph von Fraunhofer",
-          "Dortmund Meitnerweg"
+          "Dortmund Meitnerweg",
+          "Dortmund/Joseph Fraunhofer"
         ],
         "filter": {
-          "type": [
+          "types": [
             "H-Bahn"
           ],
           "destination": [
-- 
GitLab