mgokg commited on
Commit
f94c98f
·
verified ·
1 Parent(s): bfe2a30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ app = FastAPI()
10
  origins = [
11
  "http://localhost",
12
  "http://localhost:8000",
 
13
  ]
14
 
15
 
 
10
  origins = [
11
  "http://localhost",
12
  "http://localhost:8000",
13
+ "https://try.w3schools.com",
14
  ]
15
 
16