remove unneeded protocol variable w/ burnettk

This commit is contained in:
jasquat 2023-01-11 17:29:08 -05:00
parent 2630dbfb45
commit b5584d73f3
1 changed files with 0 additions and 1 deletions

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);