Fix
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user