Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
bleeeana committed Dec 20, 2024
1 parent 78ce2aa commit 5f612ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
disconnect()
connect(host=app.config['MONGO_URI'])


@app.before_first_request
def check_collections():
client = MongoClient(app.config['MONGO_URI'])
Expand Down

0 comments on commit 5f612ac

Please sign in to comment.