fda
Browse files
controllers/gpt_enginner20240702130719
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit b128cfdc0611f2d7c338eba27ae16eac94bd0082
|
routers/webhook.py
CHANGED
@@ -127,7 +127,7 @@ async def webhook(request: Request):
|
|
127 |
### n8n WorkFlowStart
|
128 |
#########################################################################
|
129 |
line_signature = received_headers.get("x-line-signature")
|
130 |
-
|
131 |
headers = {
|
132 |
"Content-Type": "application/json",
|
133 |
"X-Line-Signature": line_signature,
|
|
|
127 |
### n8n WorkFlowStart
|
128 |
#########################################################################
|
129 |
line_signature = received_headers.get("x-line-signature")
|
130 |
+
####$for debug
|
131 |
headers = {
|
132 |
"Content-Type": "application/json",
|
133 |
"X-Line-Signature": line_signature,
|