Skip to content

Commit c052092

Browse files
committed
fix: OOPS! wrong origin
1 parent 0c985a1 commit c052092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zonalda/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ async def geoloc(
131131
# Allow requests *only* from ZONALDA app (or otherwise configured site name)
132132
middleware_args = dict(
133133
allow_origins=[
134-
os.getenv("ORIGIN", "https://dhdaines.github.io/zonalda"),
134+
os.getenv("ORIGIN", "https://dhdaines.github.io"),
135135
],
136136
)
137137
app.add_middleware(

0 commit comments

Comments
 (0)