kenken999 commited on
Commit
359796f
·
2 Parent(s): 8a227c9 174d945
Files changed (1) hide show
  1. routers/webhook.py +1 -0
routers/webhook.py CHANGED
@@ -159,6 +159,7 @@ async def webhook(request: Request):
159
  TextSendMessage(text="line replay test")
160
  )
161
  print("-----------------------------------------------")
 
162
  if not line_signature:
163
  raise HTTPException(status_code=400, detail="X-Line-Signature header is missing.")
164
 
 
159
  TextSendMessage(text="line replay test")
160
  )
161
  print("-----------------------------------------------")
162
+ exit
163
  if not line_signature:
164
  raise HTTPException(status_code=400, detail="X-Line-Signature header is missing.")
165