Skip to content

Commit 4001a34

Browse files
committed
Revert "Url corrections"
This reverts commit acb0ba5.
1 parent 1c1037d commit 4001a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/shorturl.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
{% block content %}
55

6-
<h1>https://qurl-omrawal.herokuapp.com//{{short_url_display}}</h1>
7-
<a href="https://qurl-omrawal.herokuapp.com/">Back To Home</a>
6+
<h1>http://127.0.0.1:5000/{{short_url_display}}</h1>
7+
<a href="http://127.0.0.1:5000/">Back To Home</a>
88
{% endblock %}

0 commit comments

Comments
 (0)