From 7edf115b85b9644aa28e273102f7e8dbd9a610af Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 26 Jan 2026 04:16:04 +0200 Subject: [PATCH] Update cors origin --- backend/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/main.py b/backend/main.py index 2a792fb..5621539 100644 --- a/backend/main.py +++ b/backend/main.py @@ -242,6 +242,8 @@ allowed_origins = [ "http://localhost:3000", "https://my-recipes.dvirlabs.com", "http://my-recipes.dvirlabs.com", + "http://my-recipes.aws-dvirlabs.com", + "https://my-recipes.aws-dvirlabs.com" ] app.add_middleware(