fだ
Browse files
controllers/gpt_enginner20240702025514
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit f09a70c0cfff05da05b1bfd22ba4b1d8045d6a99
|
routers/webhook.py
CHANGED
@@ -124,7 +124,7 @@ async def webhook(request: Request):
|
|
124 |
### n8n WorkFlowStart
|
125 |
#########################################################################
|
126 |
line_signature = received_headers.get("x-line-signature")
|
127 |
-
|
128 |
headers = {
|
129 |
"Content-Type": "application/json",
|
130 |
"X-Line-Signature": line_signature,
|
|
|
124 |
### n8n WorkFlowStart
|
125 |
#########################################################################
|
126 |
line_signature = received_headers.get("x-line-signature")
|
127 |
+
####for debug
|
128 |
headers = {
|
129 |
"Content-Type": "application/json",
|
130 |
"X-Line-Signature": line_signature,
|