Ali2206 commited on
Commit
6dd577f
·
verified ·
1 Parent(s): 4270023

Update db/mongo.py

Browse files
Files changed (1) hide show
  1. db/mongo.py +2 -0
db/mongo.py CHANGED
@@ -11,3 +11,5 @@ db = client["cps_db"]
11
  # Collections
12
  users_collection = db["users"]
13
  patients_collection = db["patients"]
 
 
 
11
  # Collections
12
  users_collection = db["users"]
13
  patients_collection = db["patients"]
14
+ appointments_collection = db.get_collection("appointments")
15
+