Skip to content

Commit

Permalink
Unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivntsng committed Nov 11, 2024
1 parent 26ea194 commit 0ba2b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions store/settings/configs/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ crypto:
dynamo:
table_name: robolist
site:
homepage:
- https://kscale.store
- https://kscale.dev
homepage: https://kscale.store
artifact_base_url: https://media.kscale.store/
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, "https://kscale.store", "https://kscale.dev", *LOCALHOST_URLS})
return list({settings.site.homepage, "https://kscale.dev", *LOCALHOST_URLS})

0 comments on commit 0ba2b98

Please sign in to comment.