From 0b7f5131873590fbd36838738016dce231ab1fbb Mon Sep 17 00:00:00 2001 From: urec56 Date: Tue, 30 Jul 2024 16:35:46 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BA=D0=BE=D1=80=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index ede4ecb..a2250f8 100644 --- a/app/main.py +++ b/app/main.py @@ -18,7 +18,7 @@ app.include_router(websocket_router) app.include_router(user_router) app.include_router(image_router) -origins = ["http://localhost:5173"] +origins = ["http://localhost:5173", "http://localhost:3000"] headers = [ "Content-Type", "Set-Cookie",