file path

This commit is contained in:
CHIEFSOFT\ameye
2024-08-25 12:00:29 -04:00
parent 0e3f83c075
commit a628033093
+1 -1
View File
@@ -5,7 +5,7 @@ var assign_action ={
processLinedJobs(value) {
fs.readFile('EMAIL/depend_job_added.html', 'utf8', (err, data) => {
fs.readFile('/app/EMAIL/depend_job_added.html', 'utf8', (err, data) => {
if (err) {
console.error(err);
return;