Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kishorekumr
/
mesop
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kishorekumr
commited on
Aug 23, 2024
Commit
3b41838
·
verified
·
1 Parent(s):
3b01515
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -5,3 +5,7 @@ app = FastAPI()
5
@app.get("/")
6
def greet_json():
7
return {"Hello": "World!"}
5
@app.get("/")
6
def greet_json():
7
return {"Hello": "World!"}
8
+
9
+
@app.get("/test")
10
+
def test_json():
11
+
return {"data": "test"}