Migrated user related sechamas to src/schemas/user/

This commit is contained in:
rainbow napkin 2024-12-28 16:21:33 -05:00
parent 3eddd0ea5b
commit 3de4bff68d
26 changed files with 41 additions and 39 deletions

View file

@ -16,7 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
//local imports
const {exceptionHandler, errorHandler} = require('../../../utils/loggerUtils');
const {userModel} = require('../../../schemas/userSchema');
const {userModel} = require('../../../schemas/user/userSchema');
//api list account functions
module.exports.get = async function(req, res){