remove unneeded protocol variable w/ burnettk

This commit is contained in:
jasquat 2023-01-11 17:29:08 -05:00
parent 3f94038e0e
commit 762d15ffa2

View File

@ -12,7 +12,6 @@ if (/^\d+\./.test(hostname) || hostname === 'localhost') {
hostAndPort = `${hostname}:${serverPort}`;
protocol = 'http';
}
protocol = 'http';
let url = `${protocol}://${hostAndPort}/v1.0`;
console.log('OUR URL', url);