Mr-Help commited on
Commit
0cb1545
·
verified ·
1 Parent(s): 231c278

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ class TaskData(BaseModel):
38
  assignees: list[int] # List of user IDs
39
  due_date: int # Unix timestamp in milliseconds
40
 
41
- @app.post("/singetask")
42
  async def create_task(request: Request):
43
  data = await request.json()
44
  logging.info(f"Received task data: {data}")
 
38
  assignees: list[int] # List of user IDs
39
  due_date: int # Unix timestamp in milliseconds
40
 
41
+ @app.post("/singletask")
42
  async def create_task(request: Request):
43
  data = await request.json()
44
  logging.info(f"Received task data: {data}")