이미지 경로 수정

This commit is contained in:
daniel LEE 2023-10-26 10:48:36 +09:00
parent 225723fe48
commit ba41084423
1 changed files with 1 additions and 1 deletions

View File

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