Skip to content

Commit 4ba61b9

Browse files
added proxy
1 parent c100690 commit 4ba61b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

netlify-functions/getBlogs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ exports.handler = async () => {
88
const data = response.data;
99
xml2js.parseString(data, (err, result) => {
1010
const sendthis = result.rss.channel[0].item.slice(0, 3);
11-
console.log(sendthis,'swac')
1211
return ( {
1312
statusCode: 200,
1413
headers: {

0 commit comments

Comments
 (0)