dfa
Browse files- routers/webhook.py +1 -0
routers/webhook.py
CHANGED
@@ -158,6 +158,7 @@ async def webhook(request: Request):
|
|
158 |
reply_token,
|
159 |
TextSendMessage(text="line replay test")
|
160 |
)
|
|
|
161 |
if not line_signature:
|
162 |
raise HTTPException(status_code=400, detail="X-Line-Signature header is missing.")
|
163 |
|
|
|
158 |
reply_token,
|
159 |
TextSendMessage(text="line replay test")
|
160 |
)
|
161 |
+
print("--------------- end -----------------")
|
162 |
if not line_signature:
|
163 |
raise HTTPException(status_code=400, detail="X-Line-Signature header is missing.")
|
164 |
|