Skip to content

Commit

Permalink
add v3 tiles to allow list of ratelimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
russbiggs committed Aug 22, 2023
1 parent 43d448d commit a5f3494
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openaq_api/openaq_api/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ def limited_path(route: str) -> bool:
return False
if "/v2/locations/tiles" in route:
return False
if "/v3/locations/tiles" in route:
return False
if "/assets" in route:
return False
if ".css" in route:
Expand Down

0 comments on commit a5f3494

Please sign in to comment.