mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
cleanup
This commit is contained in:
@@ -45,7 +45,6 @@ export const del: RequestHandler = async (event) => {
|
||||
|
||||
const { fqdn } = await event.request.json();
|
||||
let ip;
|
||||
console.log(fqdn);
|
||||
try {
|
||||
ip = await dns.resolve(fqdn);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user