Spaces:
Running
Running
alanchen1115
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -22,7 +22,7 @@ def root():
|
|
22 |
return {"title": "Echo Bot"}
|
23 |
|
24 |
@app.post("/webhook")
|
25 |
-
async def
|
26 |
request: Request,
|
27 |
):
|
28 |
# get X-Line-Signature header value
|
|
|
22 |
return {"title": "Echo Bot"}
|
23 |
|
24 |
@app.post("/webhook")
|
25 |
+
async def webhook(
|
26 |
request: Request,
|
27 |
):
|
28 |
# get X-Line-Signature header value
|