Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hammad712
/
recipe-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Hammad712
commited on
Nov 23, 2024
Commit
08dac15
·
verified
·
1 Parent(s):
da86322
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -354,3 +354,6 @@ async def check_credentials(user: UserData):
354
"token": token,
355
}
356
354
"token": token,
355
}
356
357
+
@app.get("/")
358
+
async def root():
359
+
return {"message": "API is up and running!"}