Skip to content

Commit

Permalink
Uploading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ivntsng committed Nov 11, 2024
1 parent 1235384 commit 4cf8ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ def indent(elem: ET.Element, level: int = 0) -> ET.Element:


def get_cors_origins() -> list[str]:
return list({settings.site.homepage, *LOCALHOST_URLS})
return list({settings.site.homepage, "https://kscale.store", *LOCALHOST_URLS})

0 comments on commit 4cf8ad0

Please sign in to comment.