diff --git a/spiffworkflow-frontend/src/config.tsx b/spiffworkflow-frontend/src/config.tsx index 79056dd6c..d8d30564d 100644 --- a/spiffworkflow-frontend/src/config.tsx +++ b/spiffworkflow-frontend/src/config.tsx @@ -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);