We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef7b3e commit abd2d90Copy full SHA for abd2d90
middlewares/auth.js
@@ -1,6 +1,6 @@
1
const jwt = require("jsonwebtoken");
2
const { JWT_SECRET } = require("../utils/config");
3
-const { authenticationError } = require("../models/user");
+const { authenticationError } = require("../utils/errors");
4
5
module.exports = (req, res, next) => {
6
const { authorization } = req.headers;
0 commit comments