We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff391c commit d8efefbCopy full SHA for d8efefb
views/home.ejs
@@ -69,7 +69,7 @@
69
<h2>Your Shortened URL</h2>
70
<div class="url-info">
71
<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>
+ <p><strong>Shortened URL:</strong> <span class="url-text shortid">http://darkurl.onrender.com/<%= id %></span></p>
73
<p><strong>Original URL:</strong> <span id="original-url"><%= redirectURL %></span></p>
74
</div>
75
<div class="d-flex url-buttons">
0 commit comments