Commit 3408c85b authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

set paths to relative instead of global

1 merge request!2Mlab 56
Pipeline #347 passed with stage
in 10 seconds
Showing with 2 additions and 2 deletions
+2 -2
const fs = require('fs');
const SamlStrategy = require('passport-saml').Strategy;
const dbconn = require('/dbconn');
const methods = require('/methods');
const dbconn = require('./dbconn');
const methods = require('./methods');
// pwd encryption
const bcrypt = require('bcryptjs');
const saltRounds = 10;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment