creation-team connection back ok
This commit is contained in:
parent
0b51c771ce
commit
50f5b00b52
6 changed files with 14 additions and 22 deletions
|
|
@ -58,7 +58,7 @@ export class AuthService {
|
|||
creationTeam(team: Team): Observable<any> {
|
||||
console.log(team);
|
||||
|
||||
return this.http.post(`${this.apiUrl}/creation-compte`, team);
|
||||
return this.http.post(`${this.apiUrl}/teams/add`, team);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue