diff --git a/front/bahnui-front/src/App.vue b/front/bahnui-front/src/App.vue
index 7c75db5..22f45f7 100644
--- a/front/bahnui-front/src/App.vue
+++ b/front/bahnui-front/src/App.vue
@@ -1,15 +1,15 @@
-
+
diff --git a/front/bahnui-front/src/components/search.vue b/front/bahnui-front/src/components/search.vue
index c4b9355..08fe7bc 100644
--- a/front/bahnui-front/src/components/search.vue
+++ b/front/bahnui-front/src/components/search.vue
@@ -9,12 +9,7 @@
baseURL: process.env.VUE_APP_BASE_URL
});
const services = [
- {id:"db", name:"Deutsche Bahn"},
- {id:"vbb", name:"Verkehrsverbund Berlin-Brandenburg"},
- {id:"pkp", name:"Polskie Koleje Państwowe"},
- {id:"irish", name:"Iarnród Éireann"},
- {id:"oebb", name:"Österreichische Bundesbahnen"},
- {id:"lu", name:"Mobilitéitszentral (Luxembourg)"}
+
]
export default {
name: 'SearchBahn',