From 3c98e1c1659f5730db0c4e14ce2c082c08192680 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Mon, 5 Jan 2026 22:31:02 +0200 Subject: [PATCH] Add authorized origin --- backend/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/main.py b/backend/main.py index f520815..c158d3d 100644 --- a/backend/main.py +++ b/backend/main.py @@ -242,6 +242,7 @@ allowed_origins = [ "http://localhost:3000", "https://my-recipes.dvirlabs.com", "http://my-recipes.dvirlabs.com", + "https://my-recipes.aws-dvirlabs.com" ] app.add_middleware(