File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010

1111
@app.get("/")
1212
def read_index():
13-
return {"hello": "worlded!", "project_name": MY_PROJECT}
13+
return {"hello": "worlded!", "project_name": MY_PROJECT, "API_KEY": API_KEY}
14+
15+
16+
# @app.get("/healthz")
17+
# def heath_check():
18+
# return {"status": "ok"}

0 commit comments

Comments
 (0)