diff --git a/app/main.py b/app/main.py index d844de4..702bf9e 100644 --- a/app/main.py +++ b/app/main.py @@ -68,7 +68,7 @@ def health_check(): } # Task CRUD endpoints -@app.post("/task") +@app.post("/tasks") def create_task(task: TaskCreate): """Create a new task""" try: