이미지 경로 수정

This commit is contained in:
2023-10-26 13:30:37 +09:00
parent 4b86968e72
commit c2565dc414
2 changed files with 3 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
<td><c:out value="${profile.name}" /></td>
<td><c:out value="${ profile.phone}" /></td>
<td><c:out value="${ profile.address}" /></td>
<td><img src="${ profile.filepath}" ><br></td>
<td><img src="/profile${ profile.filepath}" ><br></td>
</tr>
</thead>
</table>