From 762d15ffa2af8722206890d9c8510747ed38b772 Mon Sep 17 00:00:00 2001 From: jasquat Date: Wed, 11 Jan 2023 17:29:08 -0500 Subject: [PATCH] remove unneeded protocol variable w/ burnettk --- spiffworkflow-frontend/src/config.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/spiffworkflow-frontend/src/config.tsx b/spiffworkflow-frontend/src/config.tsx index 79056dd6..d8d30564 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);