Skip to content

Commit 5409aa1

Browse files
The Python FastAPI Implementation Files
1 parent 816770a commit 5409aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routers/post.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ def update_post(id: int, updated_post: schemas.PostCreate, db: Session = Depends
8989

9090
@router.get('/create_reply')
9191
def create_reply():
92-
return { "message": "Functionality Under Construction." }
92+
return { "status":"pending", "message": "Functionality Under Construction." }

0 commit comments

Comments
 (0)