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

set paths to relative instead of global

parent f4b926a6
Pipeline #347 passed with stage
in 10 seconds
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;
......
Markdown is supported
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