diff --git a/server/controllers/api/user/password/index.js b/server/controllers/api/user/password/index.js index e1e3cff3..f3ec5300 100644 --- a/server/controllers/api/user/password/index.js +++ b/server/controllers/api/user/password/index.js @@ -1,7 +1,7 @@ const { handleErrorResponse } = require('../../../utils/errorHandlers.js'); const logger = require('winston'); const db = require('../../../../models'); -const { auth: { masterPassword } } = require('../../../../../config/siteConfig.js'); +const { auth: { masterPassword } } = require('@config/siteConfig.js'); /*