fda
Browse files
controllers/gpt_enginner20240701191806
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit d60f9c4e68a811b8b8a7433fe35ed9391df0ca91
|
controllers/gpt_enginner20240701191857
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit e1d65dbc49751cb33d87dcb067073b6af9e50241
|
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,
|