Skip to content

Commit

Permalink
Merge pull request #4848 from freelawproject/block-users
Browse files Browse the repository at this point in the history
feat(api): Block users
  • Loading branch information
mlissner authored Dec 20, 2024
2 parents c16dcda + 3a8b40c commit be90d65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cl/settings/third_party/rest_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
"api_account_3": "1/hour",
"api_account_4": "1/hour",
"api_account_5": "1/hour",
"court_test_account_3": "1/hour",
"court_test_account_2": "1/hour",
"court_api_1": "1/hour",
"court_api_2": "1/hour",
"court_api_3": "1/hour",
"court_api_4": "1/hour",
"JamesBond": "1/hour",
"JackSparrow": "1/hour",
"PeterPan": "1/hour",
Expand Down

0 comments on commit be90d65

Please sign in to comment.