alanchen1115
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -30,7 +30,7 @@ app.add_middleware(
|
|
30 |
|
31 |
@app.get("/")
|
32 |
def root():
|
33 |
-
return {"title": "
|
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(
|