mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 11:05:56 +00:00
remove unneeded protocol variable w/ burnettk
This commit is contained in:
parent
3f94038e0e
commit
762d15ffa2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user