From e94f2368d10901ef97eb955d1ff4cbe442e1cebf Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Fri, 22 Dec 2023 16:32:08 +0100 Subject: [PATCH] Added potentially missing origin for CORS --- src/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.py b/src/main.py index b8195dd..a139169 100644 --- a/src/main.py +++ b/src/main.py @@ -14,6 +14,7 @@ origins = [ "http://localhost", "http://localhost:8000", "http://raspberrypi", + "http://192.168.178.84:8000", "http://192.168.178.84" ]