rashtrq commited on
Commit
be84966
1 Parent(s): a7a3631

update get message

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -158,7 +158,7 @@ def generate_response(emotion_label):
158
 
159
  @app.get("/")
160
  async def home():
161
- return {"message": "Hello World"}
162
 
163
  @app.post("/api/home", response_model=AffirmationResponse)
164
  async def home_post(feeling_request: FeelingRequest):
 
158
 
159
  @app.get("/")
160
  async def home():
161
+ return {"message": "Bible Affirmations is up and running!"}
162
 
163
  @app.post("/api/home", response_model=AffirmationResponse)
164
  async def home_post(feeling_request: FeelingRequest):