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

@ -37,7 +37,7 @@ export class InputInterestsRegisterComponent implements OnInit
map((fruit: string | null) => fruit ? this._filter(fruit) : this.allInterests.slice()));
this.messageService
.get("misc/getInterests", {})
.get("misc/getInterests")
.subscribe( retour => {
if(retour.status !== "success") {