Fix app.py
This commit is contained in:
parent
90aae3b78a
commit
d4d7386bab
@ -20,7 +20,7 @@ def users():
|
||||
|
||||
return jsonify(res)
|
||||
|
||||
ded
|
||||
|
||||
def create_app():
|
||||
load_dotenv()
|
||||
|
||||
@ -40,4 +40,3 @@ app = create_app()
|
||||
# Start development web server
|
||||
if __name__ == '__main__':
|
||||
app.run()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user