From 4c19e7136db05f0100ca5fda1b706a5a3d8bf61d Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Sat, 25 Apr 2020 14:14:02 -0700 Subject: [PATCH] add semicolon --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 16b51fb..daf15dc 100644 --- a/index.js +++ b/index.js @@ -107,7 +107,7 @@ async function handleRequest(request) { // curl -b TroopMasterWebSiteID=203232 -v https://tmweb.troopmaster.com/Website/Home const origin = 'https://tmweb.troopmaster.com/Website/Home'; const originHost = 'https://tmweb.troopmaster.com'; - const requestUrl = new URL(request.url) + const requestUrl = new URL(request.url); const requestPath = requestUrl.pathname; let originUrl = `${originHost}${requestPath}`; let home = null;