Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Dec 8, 2023
2 parents d1d84ab + c052092 commit 52b931d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zonalda/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ async def geoloc(
# Allow requests *only* from ZONALDA app (or otherwise configured site name)
middleware_args = dict(
allow_origins=[
os.getenv("ORIGIN", "https://dhdaines.github.io/zonalda"),
os.getenv("ORIGIN", "https://dhdaines.github.io"),
],
)
app.add_middleware(
Expand Down

0 comments on commit 52b931d

Please sign in to comment.