page 404
This commit is contained in:
parent
8d5cd03d33
commit
080a694838
6 changed files with 12606 additions and 26 deletions
|
|
@ -20,7 +20,7 @@ export class AuthService {
|
|||
signup(membre: Membre): Observable<any> {
|
||||
console.log(membre);
|
||||
|
||||
return this.http.post(`${this.apiUrl}/creation-compte`, membre);
|
||||
return this.http.post(`${this.apiUrl}/membres/signup`, membre);
|
||||
}
|
||||
|
||||
signin(email: string, password: string): Observable<any> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue