update before migration to local gitea
This commit is contained in:
@@ -26,7 +26,7 @@ app.include_router(router)
|
||||
|
||||
app.add_middleware(
|
||||
CORSMiddleware,
|
||||
allow_origins=["*"], # Temporarily allow all origins for testing
|
||||
allow_origins=["http://localhost:8081", "exp://*", "https://maia.depaoli.id.au"],
|
||||
allow_methods=["*"],
|
||||
allow_headers=["*"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user