niemes преди 2 години
родител
ревизия
ffc0341b86
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      notification.js

+ 1 - 1
notification.js

@@ -1,5 +1,5 @@
 const nodemailer = require('nodemailer');
-const config = require('../config');
+const config = require('./config');
 
 module.exports.notif = (contact) => {