Skip to content

Commit 1785575

Browse files
committed
Showing images in category list
1 parent 4d6902c commit 1785575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular/wallypop/src/app/components/category/categoryList.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
<div *ngFor="let category of categories" class="full-width post">
7878
<figure class="full-width post-img">
79-
<img alt="" class="img-responsive" src="category/{{category.id_CATEGORY}}/imagen">
79+
<img alt="" class="img-responsive" src="/api/categories/{{category.id_CATEGORY}}/image">
8080
</figure>
8181
<div class="full-width post-info">
8282
<a class="full-width post-info-price" href="/commercial/{{category.id_CATEGORY}}">{{category.title}}</a>
@@ -91,4 +91,4 @@
9191
</div>
9292
</div>
9393
</div>
94-
</section>
94+
</section>

0 commit comments

Comments
 (0)