Merge pull request #10 from AlineRinquin/sana
creation-team connection back ok
This commit is contained in:
commit
241b71e566
3 changed files with 12 additions and 2 deletions
|
|
@ -64,7 +64,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