alanchen1115 commited on
Commit
c4bf9ca
·
verified ·
1 Parent(s): 7ea4bf0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -30,7 +30,7 @@ app.add_middleware(
30
 
31
  @app.get("/")
32
  def root():
33
- return {"title": "Echo Bot"}
34
 
35
  @app.post("/webhook")
36
  async def webhook(
 
30
 
31
  @app.get("/")
32
  def root():
33
+ return {"title": "Line Bot"}
34
 
35
  @app.post("/webhook")
36
  async def webhook(