Skip to content

Commit

Permalink
🚧 test if cache works
Browse files Browse the repository at this point in the history
  • Loading branch information
ddoddii committed Jan 11, 2024
1 parent a0bc46a commit 82f86d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/question.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

@router.get("/test")
def test():
return {"message": "test cache !!!"}
return {"message": "test cache last time..."}


# GET Common Questions
Expand Down

0 comments on commit 82f86d0

Please sign in to comment.