api call pfad und base href angepasst
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 45s
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 45s
This commit is contained in:
@@ -98,7 +98,7 @@ export class Produktbaum {
|
||||
meldungen : Meldung[] = []
|
||||
aprioriProdukte : Produktbaustein[] = [];
|
||||
apriori(){
|
||||
this.http.post<any[]>('/api/ProductsRequest', { "stichtag": "2022-02-11" })
|
||||
this.http.post<any[]>('/produktApi/ProductsRequest', { "stichtag": "2022-02-11" })
|
||||
.subscribe(result => {
|
||||
this.produkte = [];
|
||||
this.attribute = [];
|
||||
@@ -644,7 +644,7 @@ export class Produktbaum {
|
||||
async calculate(verkaufsprodukt: Produktbaustein) {
|
||||
const request = (await this.modelToJsonld(await this.buildRDFModel(verkaufsprodukt)));
|
||||
this.produkte = [];
|
||||
this.http.post<any[]>('/api/CalculateRequest', request )
|
||||
this.http.post<any[]>('/produktApi/CalculateRequest', request )
|
||||
.subscribe(result => {
|
||||
this.produkte = [];
|
||||
this.attribute = [];
|
||||
|
||||
Reference in New Issue
Block a user