경로에서 profile 제거
This commit is contained in:
@@ -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><img src="/profile${ profile.filepath}" ><br></td>
|
<td><img src="${ profile.filepath}" ><br></td>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user