From 045a169e85246c5ea0ede31661fd107bca61d457 Mon Sep 17 00:00:00 2001 From: sperwing Date: Sun, 1 Dec 2024 01:19:51 +0100 Subject: [PATCH] back to search, remove services --- front/bahnui-front/src/App.vue | 6 +++--- front/bahnui-front/src/components/search.vue | 7 +------ 2 files changed, 4 insertions(+), 9 deletions(-) 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',