diff --git a/emailnotif.js b/emailnotif.js index 8a4ea53..7e84449 100644 --- a/emailnotif.js +++ b/emailnotif.js @@ -48,7 +48,7 @@ function postEmail(approverName, title, priorName, idxjustification, remark, sta const req = http.request({ hostname: 'localhost', port: 7004, - path: '/api/email/send', + path: '/api/email/send-telkomcel', method: 'POST', headers: { 'Content-Type': 'application/json',