commencement de la connexion avec le back de 'user/myProfil' et de 'user/myPlaylists'

This commit is contained in:
MiharyR 2021-12-11 21:22:27 +01:00
parent cf3c596c7b
commit 7f6d089f1d
20 changed files with 279 additions and 149 deletions

View file

@ -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));
}