bidouilles sans interet

This commit is contained in:
Vincent Ramiere 2022-03-08 14:37:02 +01:00
parent d4530c3e1e
commit 757811c04f
3 changed files with 3 additions and 3 deletions

View File

@ -3,4 +3,4 @@
<app-header-logo *ngIf="router.url != '/signin'"></app-header-logo>
<app-nav-bar *ngIf="router.url != '/signin'"></app-nav-bar>
<router-outlet></router-outlet>
<!-- <app-footer *ngIf="router.url != '/signin'"></app-footer> -->
<app-footer *ngIf="router.url != '/signin'"></app-footer>

View File

@ -12,6 +12,6 @@ footer {
h5{
padding-right: 4em;
color: white;
font-weight: lighter;
// font-weight: lighter;
cursor: pointer;
}

View File

@ -4,7 +4,7 @@
export const environment = {
production: false,
apiUrl: "http://localhost:8081",
apiUrl: "http://localhost:8080",
tokenKey: "TOKEN-SIMPLEAT"
};