We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6902c commit 1785575Copy full SHA for 1785575
angular/wallypop/src/app/components/category/categoryList.component.html
@@ -76,7 +76,7 @@
76
77
<div *ngFor="let category of categories" class="full-width post">
78
<figure class="full-width post-img">
79
- <img alt="" class="img-responsive" src="category/{{category.id_CATEGORY}}/imagen">
+ <img alt="" class="img-responsive" src="/api/categories/{{category.id_CATEGORY}}/image">
80
</figure>
81
<div class="full-width post-info">
82
<a class="full-width post-info-price" href="/commercial/{{category.id_CATEGORY}}">{{category.title}}</a>
@@ -91,4 +91,4 @@
91
</div>
92
93
94
-</section>
+</section>
0 commit comments