bteodoru commited on
Commit
3f169dc
·
verified ·
1 Parent(s): 20b9e45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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"],