Skip to content

Commit d8efefb

Browse files
Update home.ejs
1 parent fff391c commit d8efefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/home.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<h2>Your Shortened URL</h2>
7070
<div class="url-info">
7171
<p><strong>Alias:</strong> <span id="alias"><%=alias%></span></p>
72-
<p><strong>Shortened URL:</strong> <span class="url-text shortid">http://localhost:8001/<%= id %></span></p>
72+
<p><strong>Shortened URL:</strong> <span class="url-text shortid">http://darkurl.onrender.com/<%= id %></span></p>
7373
<p><strong>Original URL:</strong> <span id="original-url"><%= redirectURL %></span></p>
7474
</div>
7575
<div class="d-flex url-buttons">

0 commit comments

Comments
 (0)