update before migration to local gitea
Some checks failed
Build and Deploy Backend / Run Linters and Tests (push) Failing after 1m44s
Build and Deploy Backend / Build and Deploy (push) Has been skipped

This commit is contained in:
c-d-p
2025-04-30 17:24:30 +02:00
parent 12b3f10d4d
commit 44b8760ab2
2 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ app.include_router(router)
app.add_middleware( app.add_middleware(
CORSMiddleware, CORSMiddleware,
allow_origins=["*"], # Temporarily allow all origins for testing allow_origins=["http://localhost:8081", "exp://*", "https://maia.depaoli.id.au"],
allow_methods=["*"], allow_methods=["*"],
allow_headers=["*"], allow_headers=["*"],
) )