Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oyeniyipa committed Nov 18, 2024
1 parent 5c0b8f8 commit 916bd21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@
AUTHBROKER_CLIENT_SECRET = env("AUTHBROKER_CLIENT_SECRET")
AUTHBROKER_STAFF_SSO_SCOPE = env("AUTHBROKER_STAFF_SSO_SCOPE")

AUTHBROKER_ANONYMOUS_PATHS = (
"/pingdom/ping.xml",
)
AUTHBROKER_ANONYMOUS_PATHS = ("/pingdom/ping.xml",)
AUTHBROKER_ANONYMOUS_URL_NAMES = (
"person-api-people-list",
"person-api-people-detail",
Expand Down

0 comments on commit 916bd21

Please sign in to comment.