mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
Fix: passwordHash is not imported
This commit is contained in:
parent
209fa83cff
commit
ac0f418294
|
@ -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 a new issue