Update app.py
Browse files
app.py
CHANGED
|
@@ -54,9 +54,9 @@ app.add_middleware(
|
|
| 54 |
CORSMiddleware,
|
| 55 |
allow_origins=[
|
| 56 |
"http://www.bi4e-at.tuiasi.ro",
|
| 57 |
-
"https://www.bi4e-at.tuiasi.ro"
|
| 58 |
-
"http://localhost:3000", # For local development
|
| 59 |
-
"http://localhost:8000" # For local testing
|
| 60 |
],
|
| 61 |
allow_credentials=True,
|
| 62 |
allow_methods=["GET", "POST", "OPTIONS"],
|
|
|
|
| 54 |
CORSMiddleware,
|
| 55 |
allow_origins=[
|
| 56 |
"http://www.bi4e-at.tuiasi.ro",
|
| 57 |
+
"https://www.bi4e-at.tuiasi.ro"
|
| 58 |
+
# "http://localhost:3000", # For local development
|
| 59 |
+
# "http://localhost:8000" # For local testing
|
| 60 |
],
|
| 61 |
allow_credentials=True,
|
| 62 |
allow_methods=["GET", "POST", "OPTIONS"],
|