From 5148401554ab769c9d1434782ab4312658b9e8e6 Mon Sep 17 00:00:00 2001 From: HuskyTeufel Date: Fri, 14 Jan 2022 10:01:16 +0100 Subject: [PATCH] ui besucher umbenannt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit da backend auf gleiche url hört --- ui/src/app/app-routing.module.ts | 2 +- ui/src/app/navbar/navbar.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/app/app-routing.module.ts b/ui/src/app/app-routing.module.ts index 7f590b7..6cb92bf 100644 --- a/ui/src/app/app-routing.module.ts +++ b/ui/src/app/app-routing.module.ts @@ -8,7 +8,7 @@ import { LocationComponent } from './location/location.component'; const routes: Routes = [ { path: '', redirectTo: '/home',pathMatch:'full'}, { path: 'home', component: HomeComponent}, - { path: 'besucher',component: BesucherComponent}, + { path: 'client',component: BesucherComponent}, { path: 'unserfest',component: LocationComponent}, { path:'contact', component: ContactComponent} ]; diff --git a/ui/src/app/navbar/navbar.component.html b/ui/src/app/navbar/navbar.component.html index 98a4e33..c3cd6da 100644 --- a/ui/src/app/navbar/navbar.component.html +++ b/ui/src/app/navbar/navbar.component.html @@ -10,7 +10,7 @@ Kontaktdaten \ No newline at end of file