Fix
This commit is contained in:
@@ -68,7 +68,7 @@ export class NewJumpComponent implements OnInit {
|
||||
this.selectedAircraft.id,
|
||||
this.selectedDz.id,
|
||||
this.selectedGear.id,
|
||||
this.withCutaway,
|
||||
this.withCutaway === undefined ? false : this.withCutaway,
|
||||
this.beginDate,
|
||||
this.endDate,
|
||||
this.exitAltitude,
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
height: 100px;
|
||||
|
||||
// this way asset gets processed by webpack
|
||||
background: url(assets/img/logo.png) center center no-repeat;
|
||||
background: url(../img/logo.png) center center no-repeat;
|
||||
background-size: 100px 100px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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