From 07237fb25746583344374819265cd83794966cb7 Mon Sep 17 00:00:00 2001 From: frikky Date: Wed, 20 May 2020 06:12:33 +0200 Subject: [PATCH] Update --- frontend/src/App.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/App.js b/frontend/src/App.js index af381578..ce7b860b 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -38,12 +38,11 @@ import AlertTemplate from "react-alert-template-basic"; import { positions, Provider } from "react-alert"; // Testing - localhost -const globalUrl = "http://192.168.3.6:5001" -console.log("HOST: ", process.env) +//const globalUrl = "http://192.168.3.6:5001" // Production - backend proxy forwarding in nginx -//const globalUrl = window.location.origin +const globalUrl = window.location.origin const surfaceColor = "#27292D" const inputColor = "#383B40"