debug
This commit is contained in:
parent
f8b8e1e437
commit
56391cfb19
|
@ -77,6 +77,8 @@ async function handleGetLink(
|
||||||
res.status(200).send({ skylink });
|
res.status(200).send({ skylink });
|
||||||
return;
|
return;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
console.log(error);
|
||||||
|
|
||||||
res.status(500).send(error);
|
res.status(500).send(error);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue