make it betterlkj

This commit is contained in:
pawan-dot 2022-06-20 19:03:03 +05:30
parent 2552d25604
commit b540a36906

View File

@ -1,6 +1,6 @@
import User from "../models/userModel.js";
import jwt from "jsonwebtoken";
import ErrorHander from "../utils/errorhander.js"
import ErrorHander from "../Utils/errorhander.js"
export const isAuthenticatedUser = async (req, res, next) => {
try {