updated imports
This commit is contained in:
parent
e69fe69d90
commit
7b7bd3f4f0
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ const asyncHandler = require("express-async-handler");
|
||||||
const bcrypt = require("bcryptjs");
|
const bcrypt = require("bcryptjs");
|
||||||
const User = require("../models/user.js");
|
const User = require("../models/user.js");
|
||||||
const jwt = require("jsonwebtoken");
|
const jwt = require("jsonwebtoken");
|
||||||
|
const { body, validationResult } = require("express-validator");
|
||||||
|
const { default: mongoose } = require("mongoose");
|
||||||
|
|
||||||
// C
|
// C
|
||||||
exports.put = [
|
exports.put = [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue