Merge pull request #33 from AlineRinquin/aline

Ajout des couleurs et un peu css
This commit is contained in:
AlineRinquin 2022-02-17 10:22:54 +01:00 committed by GitHub
commit 30fa1f7de5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);
}
}