diff --git a/main.py b/main.py index 0158acf..6edae6a 100644 --- a/main.py +++ b/main.py @@ -28,10 +28,10 @@ origins = [ "https://ingredients.tech", "https://dev.ingredients.tech", - "https://cdn-api.ingredients.tech", + "https://cdn.ingredients.tech", "https://ingredients.work", "https://dev.ingredients.work", - "https://cdn-api.ingredients.work" + "https://cdn.ingredients.work" ] app.add_middleware( diff --git a/ui/src/routes/+page.svelte b/ui/src/routes/+page.svelte index 9ce9e91..62a7d53 100644 --- a/ui/src/routes/+page.svelte +++ b/ui/src/routes/+page.svelte @@ -1,6 +1,6 @@