We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c8a61 commit fac6fdcCopy full SHA for fac6fdc
app.py
@@ -35,7 +35,7 @@ def create_db():
35
def generate_random_string():
36
return ''.join(choice(string.ascii_letters + string.digits) for i in range(5))
37
38
-current_deployement = 'https://flask-url-shortner-6c28bd0ce2c0.herokuapp.com/'
+current_deployement = 'http://shery7310.pythonanywhere.com'
39
40
41
class Urls(db.Model):
0 commit comments