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}}