diff --git a/pages/podcast/[guid].tsx b/pages/podcast/[guid].tsx index 4a3b219..33dc2b3 100644 --- a/pages/podcast/[guid].tsx +++ b/pages/podcast/[guid].tsx @@ -4,10 +4,10 @@ export default function handler( req: NextApiRequest, res: NextApiResponse ) { - const getClientAddress = function (req) { - return (req.headers['x-forwarded-for'] || '').split(',')[0] - || req.connection.remoteAddress; - }; - console.log(getClientAddress); + // const getClientAddress = function (req) { + // return (req.headers['x-forwarded-for'] || '').split(',')[0] + // || req.connection.remoteAddress; + // }; + // console.log(getClientAddress); } \ No newline at end of file diff --git a/public/video/kmedia.mp4 b/public/video/kmedia.mp4 deleted file mode 100644 index 9734102..0000000 Binary files a/public/video/kmedia.mp4 and /dev/null differ diff --git a/сomponents/podcasts/Item.tsx b/сomponents/podcasts/Item.ts similarity index 100% rename from сomponents/podcasts/Item.tsx rename to сomponents/podcasts/Item.ts