Skip to content

Commit 0a90945

Browse files
committed
new api key
1 parent 2799460 commit 0a90945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/post-index/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ exports.handler = async function http(req) {
8282
method: "get",
8383
url: requestUrl,
8484
headers: {
85-
authorization: `Bearer ${process.env.TOKEN}`,
85+
authorization: `Bearer ${process.env.TOKEN2}`,
8686
},
8787
});
8888

0 commit comments

Comments
 (0)