mirror of
https://github.com/trushildhokiya/allininx-2.git
synced 2025-03-15 00:28:39 +00:00
Title Change
This commit is contained in:
parent
c24fc1981a
commit
349c94c7e5
@ -54,7 +54,7 @@ def get_app() -> FastAPI:
|
|||||||
|
|
||||||
app.add_middleware(
|
app.add_middleware(
|
||||||
CORSMiddleware,
|
CORSMiddleware,
|
||||||
allow_origins=["https://allinix.ai"],
|
allow_origins=["https://dashboard.allinix.ai"],
|
||||||
allow_credentials=True,
|
allow_credentials=True,
|
||||||
allow_methods=["*"],
|
allow_methods=["*"],
|
||||||
allow_headers=["*"],
|
allow_headers=["*"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user