remove a console.log

This commit is contained in:
muzam1l
2022-04-20 16:44:49 +05:30
parent 582fb17c94
commit 9296ea1acc

View File

@@ -6,7 +6,6 @@ export default async function handler(
) {
try {
const { url, opts } = req.body
console.log(url)
const r = await fetch(url, opts);
if (!r.ok) throw (r.statusText)