Skip to content

Commit

Permalink
Add hazmapper.local to client_urls (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin authored Sep 17, 2024
1 parent 7c10073 commit 9511158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geoapi/routes/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def get_client_url(url):
"""
client_urls = [
"http://localhost:4200/",
"http://hazmapper.local:4200/",
"https://hazmapper.tacc.utexas.edu/hazmapper/",
"https://hazmapper.tacc.utexas.edu/staging/",
"https://hazmapper.tacc.utexas.edu/dev/",
Expand Down

0 comments on commit 9511158

Please sign in to comment.