From f8c7c5e50ea053ab989d8686b676fc8581e59e59 Mon Sep 17 00:00:00 2001 From: Conrad Date: Thu, 10 Oct 2024 17:34:26 +0200 Subject: [PATCH] major: first test release --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index ba0a7ef..85f1262 100644 --- a/app/main.py +++ b/app/main.py @@ -64,6 +64,7 @@ origins = [ "http://localhost:3000", "http://localhost:5173", "http://localhost:4200", + "https://logs.grosser.group", ] # CORS Setup