qianmuuq commited on
Commit
99d8dae
1 Parent(s): be1e5a0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +5 -1
main.py CHANGED
@@ -221,4 +221,8 @@ async def get_Chat(item1: Items1):
221
  # lastReplyTime = tempReplyTime
222
  result = getChat(
223
  item1.context, item1.userid)
224
- return {"res": result}
 
 
 
 
 
221
  # lastReplyTime = tempReplyTime
222
  result = getChat(
223
  item1.context, item1.userid)
224
+ return {"res": result}
225
+
226
+ @app.get("/")
227
+ def read_root():
228
+ return {"Hello": "World!"}