This commit is contained in:
Sébastien André
2020-08-31 15:53:43 +02:00
parent 22f126861b
commit 9eb5195926
3 changed files with 2 additions and 4 deletions

View File

@@ -99,8 +99,6 @@ export class JumpService extends BaseService {
jumpDate: jumpDate,
};
console.log(`${this.apiUrl}/Jump`);
this.http.post(`${this.apiUrl}/Jump`, bodyNewjump, {
headers: this.headers,
});