formatting

This commit is contained in:
João Moreno
2021-01-21 09:48:34 +01:00
parent f19f4a1b90
commit f4a0c209be

View File

@@ -400,8 +400,8 @@ async function handleRoot(req, res) {
const secondaryHost = (
req.headers['host']
? req.headers['host'].replace(':' + PORT, ':' + SECONDARY_PORT)
: `${HOST}:${SECONDARY_PORT}`
? req.headers['host'].replace(':' + PORT, ':' + SECONDARY_PORT)
: `${HOST}:${SECONDARY_PORT}`
);
const webConfigJSON = {
folderUri: folderUri,