Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishpathak2 committed Sep 17, 2024
1 parent 8a2f880 commit 8afac0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ router.post('/link', async function (req, res) {
requestOptions: {
headers: {
Cookie: cookie, // Add the extracted cookie here
proxy: `http://localhost:${process.env.PORT}`
proxy: "https://youtubedownloader-1-8es3.onrender.com"
}
}
});
Expand Down Expand Up @@ -77,7 +77,7 @@ router.post('/download', async function (req, res) {
requestOptions: {
headers: {
Cookie: cookie, // Add the extracted cookie here
proxy: `http://localhost:${process.env.PORT}`
proxy: "https://youtubedownloader-1-8es3.onrender.com"
}
}
});
Expand All @@ -94,7 +94,7 @@ router.post('/download', async function (req, res) {
requestOptions: {
headers: {
Cookie: cookie, // Add the extracted cookie here
proxy: `http://localhost:${process.env.PORT}`
proxy: "https://youtubedownloader-1-8es3.onrender.com"
}
}
});
Expand All @@ -104,7 +104,7 @@ router.post('/download', async function (req, res) {
requestOptions: {
headers: {
Cookie: cookie, // Add the extracted cookie here
proxy: `http://localhost:${process.env.PORT}`
proxy: "https://youtubedownloader-1-8es3.onrender.com"
}
}
});
Expand Down

0 comments on commit 8afac0b

Please sign in to comment.