diff --git a/erdblick_app/app/style.service.ts b/erdblick_app/app/style.service.ts index cfc2ea10..5ea328dd 100644 --- a/erdblick_app/app/style.service.ts +++ b/erdblick_app/app/style.service.ts @@ -73,7 +73,7 @@ export class StyleService { async initializeStyles(): Promise { try { - const data: any = await firstValueFrom(this.httpClient.get("/config.json", {responseType: "json"})); + const data: any = await firstValueFrom(this.httpClient.get("config.json", {responseType: "json"})); if (!data || !data.styles) { throw new Error("Missing style configuration in config.json."); }