Ajout des couleurs et un peu css

This commit is contained in:
AlineRinquin 2022-02-17 10:14:20 +01:00
parent 0244cb29ea
commit 49049bc255
8 changed files with 60 additions and 16 deletions

View file

@ -38,6 +38,6 @@ export class RepertoireService {
}
updateContact(contact: Contact): Observable<any> {
return this.http.put(`${this.apiUrl}/contacts/update/`, contact);
return this.http.put(`${this.apiUrl}/contacts/update/1`, contact);
}
}