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