From 187fd105d3a572a16d08673ec1d1238189e40840 Mon Sep 17 00:00:00 2001 From: Florian THIERRY Date: Fri, 20 Sep 2024 09:35:46 +0200 Subject: [PATCH] Fix pictures paths. --- frontend/proxy.conf.json | 4 ---- .../publication-edition/publication-edition.component.html | 2 +- .../publication-list/publication-list.component.html | 4 ++-- frontend/src/app/pages/publication/publication.component.html | 4 ++-- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/frontend/proxy.conf.json b/frontend/proxy.conf.json index eac16c8..bf6d0e0 100644 --- a/frontend/proxy.conf.json +++ b/frontend/proxy.conf.json @@ -2,10 +2,6 @@ "/api": { "target": "http://localhost:8987", "secure": false - }, - "/pictures": { - "target": "http://localhost:8987/api", - "secure": false } } \ No newline at end of file diff --git a/frontend/src/app/components/publication-edition/publication-edition.component.html b/frontend/src/app/components/publication-edition/publication-edition.component.html index d14b795..1b70b49 100644 --- a/frontend/src/app/components/publication-edition/publication-edition.component.html +++ b/frontend/src/app/components/publication-edition/publication-edition.component.html @@ -80,7 +80,7 @@ } @else { - +

{{ publication.title }}

{{ publication.description }}

diff --git a/frontend/src/app/components/publication-list/publication-list.component.html b/frontend/src/app/components/publication-list/publication-list.component.html index 7cb99ea..f6a0597 100644 --- a/frontend/src/app/components/publication-list/publication-list.component.html +++ b/frontend/src/app/components/publication-list/publication-list.component.html @@ -1,12 +1,12 @@ @for(publication of publications$ | async; track publication) { - +

{{publication.title}}

{{publication.description}}