Spaces:
Running
on
Zero
Running
on
Zero
fda
Browse files- routers/webhook.py +1 -1
routers/webhook.py
CHANGED
@@ -173,7 +173,7 @@ async def webhook(request: Request):
|
|
173 |
headers = {
|
174 |
"Content-Type": "application/json",
|
175 |
"X-Line-Signature": line_signature,
|
176 |
-
"Authorization": f"Bearer
|
177 |
"user_id":user_id,
|
178 |
}
|
179 |
#/webhook-test/d2d0af6e-5c42-45b6-a923-3bd2d8520e3f
|
|
|
173 |
headers = {
|
174 |
"Content-Type": "application/json",
|
175 |
"X-Line-Signature": line_signature,
|
176 |
+
"Authorization": f"Bearer vzn2zssSEtHb/IVgMbgY1KxLQUfmUXRuiQiQkZLRVsHOeQBp9KsU5/M0i/2XKtw1K+eXN4PyjHQKcG5Vj5l+4e5CGAOQa/veKWdn83UPJQJU17FC9ONucjc84gvNFcRAy4IZcFcMky2PTzazf0KGiFGUYhWQfeY8sLGRXgo3xvw=",
|
177 |
"user_id":user_id,
|
178 |
}
|
179 |
#/webhook-test/d2d0af6e-5c42-45b6-a923-3bd2d8520e3f
|