We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3bf39 commit 4e958f6Copy full SHA for 4e958f6
1 file changed
api/src/main.py
@@ -25,6 +25,7 @@
25
26
27
@app.get("/{username}")
28
+@cache(expire=60 * 60 * 24)
29
async def user_data(username: str):
30
if get_settings().ENVIRONMENT == "DEV":
31
logger.debug("DEV MODE")
0 commit comments