bidouilles sans interet
This commit is contained in:
parent
d4530c3e1e
commit
757811c04f
@ -3,4 +3,4 @@
|
|||||||
<app-header-logo *ngIf="router.url != '/signin'"></app-header-logo>
|
<app-header-logo *ngIf="router.url != '/signin'"></app-header-logo>
|
||||||
<app-nav-bar *ngIf="router.url != '/signin'"></app-nav-bar>
|
<app-nav-bar *ngIf="router.url != '/signin'"></app-nav-bar>
|
||||||
<router-outlet></router-outlet>
|
<router-outlet></router-outlet>
|
||||||
<!-- <app-footer *ngIf="router.url != '/signin'"></app-footer> -->
|
<app-footer *ngIf="router.url != '/signin'"></app-footer>
|
||||||
|
@ -12,6 +12,6 @@ footer {
|
|||||||
h5{
|
h5{
|
||||||
padding-right: 4em;
|
padding-right: 4em;
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: lighter;
|
// font-weight: lighter;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiUrl: "http://localhost:8081",
|
apiUrl: "http://localhost:8080",
|
||||||
tokenKey: "TOKEN-SIMPLEAT"
|
tokenKey: "TOKEN-SIMPLEAT"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user