Collaborative
Compare changes
- Antoine Gaudron-Desjardins authored
+ 121
− 15
@@ -2,6 +2,7 @@
@@ -44,7 +45,8 @@ def add_slot(slots_list, start_time, end_time, function):
@@ -149,18 +151,8 @@ def get_comments(place: str, page: int, db: Session):
@@ -290,9 +282,18 @@ def init_user(db: Session):
@@ -329,6 +330,111 @@ def update_user(user: schemas.User, user_info: dict, db: Session):