Merge remote-tracking branch 'origin/master'

This commit is contained in:
zadam 2021-01-19 19:45:57 +01:00
commit cb2361e9c4

View file

@ -36,7 +36,7 @@ let httpServer;
async function startTrilium() {
const usedPort = await port;
const usedHost = host;
const usedHost = await host;
app.set('port', usedPort);
app.set('host', usedHost);