Skip to content

Commit

Permalink
Changed Deployment from Heroku to PythonAnywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
shery7310 authored Feb 26, 2024
1 parent c1c8a61 commit fac6fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def create_db():
def generate_random_string():
return ''.join(choice(string.ascii_letters + string.digits) for i in range(5))

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


class Urls(db.Model):
Expand Down

0 comments on commit fac6fdc

Please sign in to comment.