diff --git a/server/controllers/api/user/password/index.js b/server/controllers/api/user/password/index.js index f3ec5300..da929459 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.json'); /*