diff --git a/src/config/constants.js b/src/config/constants.js index c568f8e..090dd10 100644 --- a/src/config/constants.js +++ b/src/config/constants.js @@ -1,5 +1,5 @@ const path = require('path'); module.exports = { - basedir: path.join(__dirname, '../'), + basedir: path.join(__dirname, '../../'), }; \ No newline at end of file