mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Merge pull request #120 from chakflying/patch-1
Fix: passwordHash is not imported
This commit is contained in:
commit
c8c2300483
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ const args = require('args-parser')(process.argv);
|
||||||
const prometheusAPIMetrics = require('prometheus-api-metrics');
|
const prometheusAPIMetrics = require('prometheus-api-metrics');
|
||||||
const { basicAuth } = require("./auth");
|
const { basicAuth } = require("./auth");
|
||||||
const {login} = require("./auth");
|
const {login} = require("./auth");
|
||||||
|
const passwordHash = require('./password-hash');
|
||||||
const version = require('../package.json').version;
|
const version = require('../package.json').version;
|
||||||
const hostname = args.host || "0.0.0.0"
|
const hostname = args.host || "0.0.0.0"
|
||||||
const port = args.port || 3001
|
const port = args.port || 3001
|
||||||
|
|
Loading…
Reference in a new issue