From 49663cc5ef273612250e70456eb76c5e85628243 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Tue, 16 Jul 2024 00:39:15 +0100 Subject: [PATCH] CORS for flipper lab --- indexer/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/indexer/main.py b/indexer/main.py index 31f9c80..593e5e0 100755 --- a/indexer/main.py +++ b/indexer/main.py @@ -46,6 +46,7 @@ def startup_event() -> None: CORSMiddleware, allow_origins=[ "https://momentum-fw.dev", + "https://lab.flipper.net", "http://localhost:8000", "http://localhost:8080", ],