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",