@@ -50,7 +50,7 @@
<c:forEach items="${pageInfo.list }" var="item">
<tr class="text-c">
<td >${item.brand}</td>
- <td><img src="/upload/car/${item.brand}.jpg" style="width: 50px;height: 50px"></td>
+ <td><img src="/nvrnetwork/upload/car/${item.brand}.jpg" style="width: 50px;height: 50px"></td>
</tr>
</c:forEach>
</tbody>