Skip to content

Commit fac6fdc

Browse files
authored
Changed Deployment from Heroku to PythonAnywhere
1 parent c1c8a61 commit fac6fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def create_db():
3535
def generate_random_string():
3636
return ''.join(choice(string.ascii_letters + string.digits) for i in range(5))
3737

38-
current_deployement = 'https://flask-url-shortner-6c28bd0ce2c0.herokuapp.com/'
38+
current_deployement = 'http://shery7310.pythonanywhere.com'
3939

4040

4141
class Urls(db.Model):

0 commit comments

Comments
 (0)