From 1f8b81e69c88791b398d884977a39a4bd9ec11cc Mon Sep 17 00:00:00 2001 From: c-d-p Date: Wed, 23 Apr 2025 15:24:15 +0200 Subject: [PATCH] fixed formatting --- backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index 1ce5c1d..ccec921 100644 --- a/backend/main.py +++ b/backend/main.py @@ -39,7 +39,7 @@ app.add_middleware( "http://localhost:8081", # Keep for web testing if needed "http://192.168.1.9:8081", # Add your mobile device/emulator origin (adjust port if needed) "http://192.168.255.221:8081", - "https://maia.depaoli.id.au" + "https://maia.depaoli.id.au", ], allow_credentials=True, allow_methods=["*"],