We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c8139 commit 5896ae3Copy full SHA for 5896ae3
src/http/post-tinyurl/index.js
@@ -10,7 +10,7 @@ exports.handler = async function http (request) {
10
const options = {
11
method: 'POST',
12
headers: {
13
- 'X-RapidAPI-Key': api_key
+ 'X-RapidAPI-Key': `${api_key}`
14
},
15
body: encodedParams
16
};
0 commit comments