Merge pull request #120 from chakflying/patch-1
Fix: passwordHash is not imported
This commit is contained in:
commit
c8c2300483
|
@ -17,6 +17,7 @@ const args = require('args-parser')(process.argv);
|
|||
const prometheusAPIMetrics = require('prometheus-api-metrics');
|
||||
const { basicAuth } = require("./auth");
|
||||
const {login} = require("./auth");
|
||||
const passwordHash = require('./password-hash');
|
||||
const version = require('../package.json').version;
|
||||
const hostname = args.host || "0.0.0.0"
|
||||
const port = args.port || 3001
|
||||
|
|
Loading…
Reference in New Issue