We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea73d30 commit 710ead7Copy full SHA for 710ead7
backend/app/main.py
@@ -37,6 +37,6 @@
37
38
39
@app.get("/")
40
-@limiter.limit("100/day")
+# @limiter.limit("100/day")
41
async def root(request: Request):
42
return {"message": "Hello from GitDiagram API!"}
0 commit comments