update before migration to local gitea
This commit is contained in:
@@ -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=["*"],
|
||||||
)
|
)
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user