Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MHULO
/
fastAPI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MHULO
commited on
Jul 22, 2024
Commit
b153e95
·
verified
·
1 Parent(s):
2c37f11
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2,6 +2,6 @@ from fastapi import FastAPI
2
3
app = FastAPI()
4
5
-
@app.get("/")
6
def greet_json():
7
return {"Hello": "World!"}
2
3
app = FastAPI()
4
5
+
@app.get("/
home
")
6
def greet_json():
7
return {"Hello": "World!"}