ui besucher umbenannt
da backend auf gleiche url hört
This commit is contained in:
@@ -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}
|
||||
];
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<a class="nav-link" routerLink="/contact">Kontaktdaten</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" routerLink="/besucher">Anmeldung zum Fest</a>
|
||||
<a class="nav-link" routerLink="/client">Anmeldung zum Fest</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user