Spaces:
Sleeping
Sleeping
Commit
·
b911d8c
1
Parent(s):
110d126
Update origin:
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ app.add_middleware(
|
|
42 |
allow_origins=[
|
43 |
"http://localhost:5173",
|
44 |
"http://localhost:3000",
|
45 |
-
"https://
|
46 |
],
|
47 |
allow_credentials=True,
|
48 |
allow_methods=["*"],
|
|
|
42 |
allow_origins=[
|
43 |
"http://localhost:5173",
|
44 |
"http://localhost:3000",
|
45 |
+
"https://ai-tutor-beta-topaz.vercel.app",
|
46 |
],
|
47 |
allow_credentials=True,
|
48 |
allow_methods=["*"],
|