Fixed entire calendar layout + chat layout + chat history
This commit is contained in:
@@ -38,6 +38,7 @@ app.add_middleware(
|
||||
allow_origins=[
|
||||
"http://localhost:8081", # Keep for web testing if needed
|
||||
"http://192.168.1.9:8081", # Add your mobile device/emulator origin (adjust port if needed)
|
||||
"http://192.168.255.221:8081",
|
||||
# Add other origins if necessary, e.g., production frontend URL
|
||||
],
|
||||
allow_credentials=True,
|
||||
|
||||
Reference in New Issue
Block a user