From ed97e695d1678e4137ddf433bd1f46ba73b7d7e5 Mon Sep 17 00:00:00 2001 From: Rizki Date: Tue, 14 Apr 2026 16:35:28 +0700 Subject: [PATCH] upd --- emailnotif.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',