Skip to content

Commit 1cfd15a

Browse files
committed
mengubah url locahost ke heroku
1 parent b17b12d commit 1cfd15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/admin/bank/table_bank.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<td><%= bank[i].nomorRekening %> </td>
2828
<td><%= bank[i].name %> </td>
2929
<td>
30-
<img src="http://127.0.0.1:3000/<%= bank[i].imageUrl %>" alt="imageUrl" width="70px">
30+
<img src="https://commit-staycation.herokuapp.com//<%= bank[i].imageUrl %>" alt="imageUrl" width="70px">
3131
</td>
3232
<td>
3333
<form action="/admin/bank/<%= bank[i].id %>?_method=DELETE" method="POST">

0 commit comments

Comments
 (0)