formatting

This commit is contained in:
João Moreno 2021-01-21 09:48:34 +01:00
parent f19f4a1b90
commit f4a0c209be
No known key found for this signature in database
GPG key ID: 896B853774D1A575

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,