We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423c1b2 commit e86a7ddCopy full SHA for e86a7dd
1 file changed
server/routes/auth.routes.js
@@ -41,8 +41,8 @@ const CO_ROLE = 3
41
const EXEC_ROLE = 4
42
43
// Load your RSA private key
44
-const privateKey = fs.readFileSync(path.resolve(__dirname,'../config/certs/private.pem'), 'utf8');
45
-const publicKey = fs.readFileSync(path.resolve(__dirname,'../config/certs/public.crt'), 'utf8');
+const privateKey = fs.readFileSync(path.resolve(__dirname,'../certs/private.pem'), 'utf8');
+const publicKey = fs.readFileSync(path.resolve(__dirname,'../certs/public.crt'), 'utf8');
46
/**
47
* Update a user record in the database to reflect updated info from MAX CAS
48
*
0 commit comments