diff --git a/index.js b/index.js index d853cbd..fd3133a 100644 --- a/index.js +++ b/index.js @@ -53,12 +53,12 @@ const server = http.createServer((req, res) => { body += chunk.toString(); }); req.on('end', async () => { - try { - await deployCrmAdmin(); - console.log('Deployed CRM Admin'); - } catch (error) { - console.error('Error deploying:', error); - } + // try { + // await deployCrmAdmin(); + // console.log('Deployed CRM Admin'); + // } catch (error) { + // console.error('Error deploying:', error); + // } res.writeHead(200, { 'Content-Type': 'application/json' }); res.end(JSON.stringify({ message: 'Echo response',