commencement de la connexion avec le back de 'user/myProfil' et de 'user/myPlaylists'
This commit is contained in:
parent
cf3c596c7b
commit
7f6d089f1d
20 changed files with 279 additions and 149 deletions
|
|
@ -29,7 +29,7 @@ export class NavbarUserComponent
|
|||
onDeconnexion(): void
|
||||
{
|
||||
this.messageService
|
||||
.delete('user/logout', {})
|
||||
.delete('user/logout')
|
||||
.subscribe(retour => this.onDeconnexionCallback(retour), err => this.onDeconnexionCallback(err));
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue