diff --git a/Web/modules/terminplaner/blueprint.py b/Web/modules/terminplaner/blueprint.py index cf37bdc..a855a18 100644 --- a/Web/modules/terminplaner/blueprint.py +++ b/Web/modules/terminplaner/blueprint.py @@ -288,7 +288,7 @@ def configure(): ) # Call the database service function (standardized to match your underlying code) - inserted_id = appointment_service.add( + inserted_id = appointment_service.new( date_start=start, date_end=end, time_span=time,