Skip to content

Commit 5d70213

Browse files
committed
update
1 parent 4dce696 commit 5d70213

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Backend/NotesToText.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ async def upload_files(files: List[UploadFile] = File(...)):
118118
filenames.append(file.filename)
119119
return {"filenames": filenames}
120120

121-
@router.post("/")
121+
@router.get("/")
122122
async def hello():
123123
return {"hello nigga"}
134 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)