diff --git a/api/proxy.js b/api/proxy.js index caa516f..78048ee 100644 --- a/api/proxy.js +++ b/api/proxy.js @@ -1,7 +1,7 @@ const { createProxyMiddleware } = require("http-proxy-middleware"); module.exports = (req, res) => { - let target = "https://www.google.com/";//your website url + let target = "https://www.youtube.com/";//your website url // if ( // req.url.startsWith("/api") || // req.url.startsWith("/auth") ||