We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1037d commit 4001a34Copy full SHA for 4001a34
templates/shorturl.html
@@ -3,6 +3,6 @@
3
4
{% block content %}
5
6
-<h1>https://qurl-omrawal.herokuapp.com//{{short_url_display}}</h1>
7
-<a href="https://qurl-omrawal.herokuapp.com/">Back To Home</a>
+<h1>http://127.0.0.1:5000/{{short_url_display}}</h1>
+<a href="http://127.0.0.1:5000/">Back To Home</a>
8
{% endblock %}
0 commit comments