Skip to content

Commit 710ead7

Browse files
remove limiting
1 parent ea73d30 commit 710ead7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737

3838

3939
@app.get("/")
40-
@limiter.limit("100/day")
40+
# @limiter.limit("100/day")
4141
async def root(request: Request):
4242
return {"message": "Hello from GitDiagram API!"}

0 commit comments

Comments
 (0)