mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-06 23:24:08 +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}`;
|
hostAndPort = `${hostname}:${serverPort}`;
|
||||||
protocol = 'http';
|
protocol = 'http';
|
||||||
}
|
}
|
||||||
protocol = 'http';
|
|
||||||
|
|
||||||
let url = `${protocol}://${hostAndPort}/v1.0`;
|
let url = `${protocol}://${hostAndPort}/v1.0`;
|
||||||
console.log('OUR URL', url);
|
console.log('OUR URL', url);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user