Skip to content

Commit

Permalink
fix: exempt status from rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Jan 6, 2024
1 parent bc2f778 commit c1a75c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bereal/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def __repr__(self) -> str:


@app.route("/status")
@limiter.exempt
def status() -> Response:
"""
Return the status of the server.
Expand Down

0 comments on commit c1a75c1

Please sign in to comment.