From 08e47a64d309d23e01768e773a10a30c50d4f31d Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Sat, 2 Nov 2024 22:45:14 +0000 Subject: [PATCH] This is now a redirect, no CORS --- indexer/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/indexer/main.py b/indexer/main.py index 9246d36..1d323f2 100755 --- a/indexer/main.py +++ b/indexer/main.py @@ -54,7 +54,6 @@ async def check_token(request: Request, call_next): CORSMiddleware, allow_origins=[ "https://momentum-fw.dev", - "https://www.momentum-fw.dev", "https://lab.flipper.net", "http://localhost:8000", "http://localhost:8080",