test with a cors fix
This commit is contained in:
@@ -26,10 +26,7 @@ app.include_router(router)
|
|||||||
|
|
||||||
app.add_middleware(
|
app.add_middleware(
|
||||||
CORSMiddleware,
|
CORSMiddleware,
|
||||||
allow_origins=[
|
allow_origins=["*"], # Temporarily allow all origins for testing
|
||||||
"https://maia.depaoli.id.au",
|
|
||||||
"http://localhost:8081",
|
|
||||||
],
|
|
||||||
allow_methods=["*"],
|
allow_methods=["*"],
|
||||||
allow_headers=["*"],
|
allow_headers=["*"],
|
||||||
)
|
)
|
||||||
|
|||||||
BIN
interfaces/nativeapp/src/api/.client.ts.swp
Normal file
BIN
interfaces/nativeapp/src/api/.client.ts.swp
Normal file
Binary file not shown.
Reference in New Issue
Block a user