Skip to content
Snippets Groups Projects
Commit dbc67855 authored by Lucas Gabriel Lima's avatar Lucas Gabriel Lima
Browse files

reference file using libs variable

parent d1e63a57
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!25Auth
Pipeline #
......@@ -2,7 +2,7 @@ const JwtStrategy = require('passport-jwt').Strategy;
const ExtractJwt = require('passport-jwt').ExtractJwt;
const libs = `${process.cwd()}/libs`;
const config = require(`${libs}/config`);
const User = ('../models/user');
const User = require(`${libs}/models/user`)
module.exports = function(passport){
var opts = {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment