Merge pull request #33 from AlineRinquin/aline
Ajout des couleurs et un peu css
This commit is contained in:
commit
30fa1f7de5
8 changed files with 60 additions and 16 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue