Skip to content

Commit 414e445

Browse files
The Python FastAPI Implementation Files
1 parent 5409aa1 commit 414e445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routers/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ def get_user(id: int, db: Session = Depends(get_db), ):
3434

3535
@router.put('/savedata')
3636
def savedata():
37-
return { "message": "Functionality Under Construction." }
37+
return { "status":"pending", "message": "Functionality Under Construction." }

0 commit comments

Comments
 (0)