Skip to content

Commit

Permalink
changed app=
Browse files Browse the repository at this point in the history
  • Loading branch information
lauragreemko committed Oct 8, 2022
1 parent 604d65b commit 054cf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from os import environ
from functions import *

app = app = Flask(__name__)
app = Flask(__name__)

@app.route("/", methods=['GET'])
def hello():
Expand Down

0 comments on commit 054cf49

Please sign in to comment.