From 7c567018a2e0ea7086d0fc5c3ee872ac0be4080b Mon Sep 17 00:00:00 2001 From: mukeshs Date: Fri, 17 Oct 2025 12:25:18 +0530 Subject: [PATCH] Docker buid issue --- Machine-Backend/app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machine-Backend/app/__init__.py b/Machine-Backend/app/__init__.py index cbc3652..e2f15e1 100644 --- a/Machine-Backend/app/__init__.py +++ b/Machine-Backend/app/__init__.py @@ -13,7 +13,7 @@ def create_app(): # CORS Configuration CORS(app, resources={ r"/*": { - "origins": ["http://localhost:4200", "http://localhost:4300,","https://shop.rootxwire.com/"], + "origins": ["http://localhost:4200", "http://localhost:4300","https://shop.rootxwire.com"], "methods": ["GET", "POST", "PUT", "DELETE", "OPTIONS"], "allow_headers": ["Content-Type", "Authorization"], "supports_credentials": True