alanchen1115 commited on
Commit
8d77e72
1 Parent(s): c84dd04

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -38,7 +38,7 @@ app.add_middleware(
38
  # 處理根路徑請求
39
  @app.get("/")
40
  def root():
41
- return {"title": "Line Bot"}
42
 
43
  # 處理 Line Webhook 請求
44
  @app.post("/webhook")
 
38
  # 處理根路徑請求
39
  @app.get("/")
40
  def root():
41
+ return {"title": "RAG Line Bot"}
42
 
43
  # 處理 Line Webhook 請求
44
  @app.post("/webhook")