Skip to content

Commit 013b071

Browse files
committed
Minor update
1 parent 2103585 commit 013b071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mb/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async def get_task_status(task_id: UUID) -> UploadTaskResponse:
151151

152152

153153
@app.post(
154-
"/task/status/",
154+
"/task/status",
155155
tags=["status"],
156156
status_code=HTTPStatus.OK,
157157
response_model=UploadTasksResponse,

0 commit comments

Comments
 (0)