Skip to content

Commit

Permalink
Fix missing comma in get_client_url
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Jul 26, 2024
1 parent 5824952 commit 6763af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoapi/routes/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_client_url(url):
"""
client_urls = [
"http://localhost:4200/",
"https://hazmapper.tacc.utexas.edu/hazmapper/"
"https://hazmapper.tacc.utexas.edu/hazmapper/",
"https://hazmapper.tacc.utexas.edu/staging/",
"https://hazmapper.tacc.utexas.edu/dev/",
"https://hazmapper.tacc.utexas.edu/exp/",
Expand Down

0 comments on commit 6763af1

Please sign in to comment.