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 b17b12d commit 1cfd15aCopy full SHA for 1cfd15a
views/admin/bank/table_bank.ejs
@@ -27,7 +27,7 @@
27
<td><%= bank[i].nomorRekening %> </td>
28
<td><%= bank[i].name %> </td>
29
<td>
30
- <img src="http://127.0.0.1:3000/<%= bank[i].imageUrl %>" alt="imageUrl" width="70px">
+ <img src="https://commit-staycation.herokuapp.com//<%= bank[i].imageUrl %>" alt="imageUrl" width="70px">
31
</td>
32
33
<form action="/admin/bank/<%= bank[i].id %>?_method=DELETE" method="POST">
0 commit comments