From 745996f864efa2084a063fa2b57f052de190ccf9 Mon Sep 17 00:00:00 2001 From: LukasJuraczka Date: Wed, 7 Jan 2026 14:18:38 +0100 Subject: [PATCH] api call pfad und base href angepasst --- src/app/produktbaum/produktbaum.ts | 4 ++-- src/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/produktbaum/produktbaum.ts b/src/app/produktbaum/produktbaum.ts index ba54362..ea46ebe 100644 --- a/src/app/produktbaum/produktbaum.ts +++ b/src/app/produktbaum/produktbaum.ts @@ -98,7 +98,7 @@ export class Produktbaum { meldungen : Meldung[] = [] aprioriProdukte : Produktbaustein[] = []; apriori(){ - this.http.post('/api/ProductsRequest', { "stichtag": "2022-02-11" }) + this.http.post('/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('/api/CalculateRequest', request ) + this.http.post('/produktApi/CalculateRequest', request ) .subscribe(result => { this.produkte = []; this.attribute = []; diff --git a/src/index.html b/src/index.html index 773dfec..29546a8 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ OMDSAngularWebClient - +