Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mgokg
/
fastapi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mgokg
commited on
Nov 26, 2024
Commit
f94c98f
·
verified
·
1 Parent(s):
bfe2a30
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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