From 01802e29615068a32af022d6cdaad804a39b6798 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Thu, 7 Jun 2018 11:53:57 -0700 Subject: [PATCH] fix site config ending --- server/controllers/api/user/password/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); /*