Skip to content

Commit

Permalink
Update auth.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran01 authored Sep 16, 2021
1 parent 0ecb8e1 commit 199ea64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/db/routes/utilities/auth.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const jwt = require("jsonwebtoken");
const { jwtConfig } = require("../../config");
const { User } = require("../../db/models");
const { jwtConfig } = require("../../../config");
const { User } = require("../../../db/models");
const bearerToken = require("express-bearer-token");
const { secret, expiresIn } = jwtConfig;

Expand Down

0 comments on commit 199ea64

Please sign in to comment.