Skip to content

Commit

Permalink
add proper services
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Nov 15, 2023
1 parent ec7dece commit 693c9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from budgetkey_api.flask_app import create_flask_app

app = create_flask_app(os.environ.get('SERVICES'))
app = create_flask_app(services=os.environ.get('SERVICES'))

if __name__ == '__main__':
app.run()
Expand Down

0 comments on commit 693c9f8

Please sign in to comment.