Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vikashkum05 authored Jan 9, 2025
1 parent 1727ffc commit 58c63ea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,17 +490,17 @@
ADMIN_MAP_API_SAMPLING_LIMIT = env('ADMIN_MAP_API_SAMPLING_LIMIT', default=None)

READ_ONLY_DATABASE_ALLOWED_REQUESTS = [
'global-stat',
'get-time-player-data',
# 'global-stat',
# 'get-time-player-data',
'tiles-connectivity-view',
'get-latest-week-and-month',
'list-published-advance-filters',
'list-published-data-layers',
'info-data-layer',
# 'list-published-advance-filters',
# 'list-published-data-layers',
# 'info-data-layer',
'map-data-layer',
'download-schools',
'download-countries',
'search-countries-admin-schools',
# 'download-schools',
# 'download-countries',
# 'search-countries-admin-schools',
'get-time-player-data-v2',
'tiles-view',
]
Expand Down

0 comments on commit 58c63ea

Please sign in to comment.